Shades of Neon Blue #223CFF
Tints of Neon Blue #223CFF
RGB
CMYK
RGB Variations
Color information
#223CFF (or 0x223CFF) is known color: Neon Blue. HEX triplet: 22, 3C and FF. RGB value is (34,60,255). Sum of RGB (Red+Green+Blue) = 34+60+255=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #223CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223CFF is #DDC300. Grayscale: #494949. Windows color (decimal): -14533377 or 16727074. OLE color: 16727074.
HSL color Cylindrical-coordinate representation of color #223CFF: hue angle of 232.94º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #223CFF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 60 | 255 | - |
| CMYK | 0.87 | 0.76 | 0 | 0 |
| HSL | 232.94º | 1% | 0.57% | - |
| HSV(B) | 232.94º | 0.87% | 1% | - |
| XYZ | 20.33 | 10.79 | 95.62 | - |
| YUV | 74.46 | 229.89 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 255 | 0.87 | 0.76 | 0 | 0 | 232.94 | 1 | 0.57 |
| Hex | 22 | 3C | FF | 57 | 4C | 0 | 0 | E9 | 64 | 39 |
| Octal | 42 | 74 | 377 | 127 | 114 | 0 | 0 | 351 | 144 | 71 |
| Binary | 100010 | 111100 | 11111111 | 1010111 | 1001100 | 0 | 0 | 11101001 | 1100100 | 111001 |
Color Harmonies of #223CFF
Complementary color
Monochromatic Colors of #223CFF
Black with #223CFF
Text Example
Text Example
White with #223CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223CFF; }
p { color: rgb(34,60,255); }
H1.HeaderClassName
{
color: #223CFF;
}
.AnyTagClassName
{
color: #223CFF;
}
</style>
background-color css
<style>
a { background-color: #223CFF; }
a { background-color: rgb(34,60,255); }
div.DivClassName
{
background-color: #223CFF;
}
.BgClassName
{
background-color: #223CFF;
}
</style>
border-color css
<style>
span { border-color: #223CFF; }
span { border-color: rgb(34,60,255); }
td.TdClassName
{
border-color: #223CFF;
}
.TagClassName
{
border-color: #223CFF;
}
</style>