Shades of Neon Blue #223DFB
Tints of Neon Blue #223DFB
RGB
CMYK
RGB Variations
Color information
#223DFB (or 0x223DFB) is known color: Neon Blue. HEX triplet: 22, 3D and FB. RGB value is (34,61,251). Sum of RGB (Red+Green+Blue) = 34+61+251=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #223DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223DFB is #DDC204. Grayscale: #494949. Windows color (decimal): -14533125 or 16465186. OLE color: 16465186.
HSL color Cylindrical-coordinate representation of color #223DFB: hue angle of 232.53º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #223DFB is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 61 | 251 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.02 |
| HSL | 232.53º | 0.96% | 0.56% | - |
| HSV(B) | 232.53º | 0.86% | 0.98% | - |
| XYZ | 19.74 | 10.64 | 92.28 | - |
| YUV | 74.59 | 227.55 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 251 | 0.86 | 0.76 | 0 | 0.02 | 232.53 | 0.96 | 0.56 |
| Hex | 22 | 3D | FB | 56 | 4C | 0 | 2 | E9 | 60 | 38 |
| Octal | 42 | 75 | 373 | 126 | 114 | 0 | 2 | 351 | 140 | 70 |
| Binary | 100010 | 111101 | 11111011 | 1010110 | 1001100 | 0 | 10 | 11101001 | 1100000 | 111000 |
Color Harmonies of #223DFB
Complementary color
Monochromatic Colors of #223DFB
Black with #223DFB
Text Example
Text Example
White with #223DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DFB; }
p { color: rgb(34,61,251); }
H1.HeaderClassName
{
color: #223DFB;
}
.AnyTagClassName
{
color: #223DFB;
}
</style>
background-color css
<style>
a { background-color: #223DFB; }
a { background-color: rgb(34,61,251); }
div.DivClassName
{
background-color: #223DFB;
}
.BgClassName
{
background-color: #223DFB;
}
</style>
border-color css
<style>
span { border-color: #223DFB; }
span { border-color: rgb(34,61,251); }
td.TdClassName
{
border-color: #223DFB;
}
.TagClassName
{
border-color: #223DFB;
}
</style>