Shades of Neon Blue #223AFB
Tints of Neon Blue #223AFB
RGB
CMYK
RGB Variations
Color information
#223AFB (or 0x223AFB) is known color: Neon Blue. HEX triplet: 22, 3A and FB. RGB value is (34,58,251). Sum of RGB (Red+Green+Blue) = 34+58+251=343 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.91% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #223AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223AFB is #DDC504. Grayscale: #484848. Windows color (decimal): -14533893 or 16464418. OLE color: 16464418.
HSL color Cylindrical-coordinate representation of color #223AFB: hue angle of 233.36º 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 #223AFB is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 58 | 251 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.02 |
| HSL | 233.36º | 0.96% | 0.56% | - |
| HSV(B) | 233.36º | 0.86% | 0.98% | - |
| XYZ | 19.59 | 10.33 | 92.23 | - |
| YUV | 72.83 | 228.55 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 251 | 0.86 | 0.77 | 0 | 0.02 | 233.36 | 0.96 | 0.56 |
| Hex | 22 | 3A | FB | 56 | 4D | 0 | 2 | E9 | 60 | 38 |
| Octal | 42 | 72 | 373 | 126 | 115 | 0 | 2 | 351 | 140 | 70 |
| Binary | 100010 | 111010 | 11111011 | 1010110 | 1001101 | 0 | 10 | 11101001 | 1100000 | 111000 |
Color Harmonies of #223AFB
Complementary color
Monochromatic Colors of #223AFB
Black with #223AFB
Text Example
Text Example
White with #223AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223AFB; }
p { color: rgb(34,58,251); }
H1.HeaderClassName
{
color: #223AFB;
}
.AnyTagClassName
{
color: #223AFB;
}
</style>
background-color css
<style>
a { background-color: #223AFB; }
a { background-color: rgb(34,58,251); }
div.DivClassName
{
background-color: #223AFB;
}
.BgClassName
{
background-color: #223AFB;
}
</style>
border-color css
<style>
span { border-color: #223AFB; }
span { border-color: rgb(34,58,251); }
td.TdClassName
{
border-color: #223AFB;
}
.TagClassName
{
border-color: #223AFB;
}
</style>