Shades of Neon Blue #223AFF
Tints of Neon Blue #223AFF
RGB
CMYK
RGB Variations
Color information
#223AFF (or 0x223AFF) is known color: Neon Blue. HEX triplet: 22, 3A and FF. RGB value is (34,58,255). Sum of RGB (Red+Green+Blue) = 34+58+255=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #223AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223AFF is #DDC500. Grayscale: #484848. Windows color (decimal): -14533889 or 16726562. OLE color: 16726562.
HSL color Cylindrical-coordinate representation of color #223AFF: hue angle of 233.48º 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 #223AFF is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 58 | 255 | - |
| CMYK | 0.87 | 0.77 | 0 | 0 |
| HSL | 233.48º | 1% | 0.57% | - |
| HSV(B) | 233.48º | 0.87% | 1% | - |
| XYZ | 20.22 | 10.59 | 95.59 | - |
| YUV | 73.28 | 230.55 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 255 | 0.87 | 0.77 | 0 | 0 | 233.48 | 1 | 0.57 |
| Hex | 22 | 3A | FF | 57 | 4D | 0 | 0 | E9 | 64 | 39 |
| Octal | 42 | 72 | 377 | 127 | 115 | 0 | 0 | 351 | 144 | 71 |
| Binary | 100010 | 111010 | 11111111 | 1010111 | 1001101 | 0 | 0 | 11101001 | 1100100 | 111001 |
Color Harmonies of #223AFF
Complementary color
Monochromatic Colors of #223AFF
Black with #223AFF
Text Example
Text Example
White with #223AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223AFF; }
p { color: rgb(34,58,255); }
H1.HeaderClassName
{
color: #223AFF;
}
.AnyTagClassName
{
color: #223AFF;
}
</style>
background-color css
<style>
a { background-color: #223AFF; }
a { background-color: rgb(34,58,255); }
div.DivClassName
{
background-color: #223AFF;
}
.BgClassName
{
background-color: #223AFF;
}
</style>
border-color css
<style>
span { border-color: #223AFF; }
span { border-color: rgb(34,58,255); }
td.TdClassName
{
border-color: #223AFF;
}
.TagClassName
{
border-color: #223AFF;
}
</style>