Shades of Neon Blue #223FF7
Tints of Neon Blue #223FF7
RGB
CMYK
RGB Variations
Color information
#223FF7 (or 0x223FF7) is known color: Neon Blue. HEX triplet: 22, 3F and F7. RGB value is (34,63,247). Sum of RGB (Red+Green+Blue) = 34+63+247=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 247 (96.88% from 255 or 71.80% from 344); Max value from RGB is 247 - color contains mainly: blue. Hex color #223FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223FF7 is #DDC008. Grayscale: #4A4A4A. Windows color (decimal): -14532617 or 16203554. OLE color: 16203554.
HSL color Cylindrical-coordinate representation of color #223FF7: hue angle of 231.83º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #223FF7 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 63 | 247 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.03 |
| HSL | 231.83º | 0.93% | 0.55% | - |
| HSV(B) | 231.83º | 0.86% | 0.97% | - |
| XYZ | 19.23 | 10.61 | 89.03 | - |
| YUV | 75.31 | 224.89 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 247 | 0.86 | 0.74 | 0 | 0.03 | 231.83 | 0.93 | 0.55 |
| Hex | 22 | 3F | F7 | 56 | 4A | 0 | 3 | E8 | 5D | 37 |
| Octal | 42 | 77 | 367 | 126 | 112 | 0 | 3 | 350 | 135 | 67 |
| Binary | 100010 | 111111 | 11110111 | 1010110 | 1001010 | 0 | 11 | 11101000 | 1011101 | 110111 |
Color Harmonies of #223FF7
Complementary color
Monochromatic Colors of #223FF7
Black with #223FF7
Text Example
Text Example
White with #223FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FF7; }
p { color: rgb(34,63,247); }
H1.HeaderClassName
{
color: #223FF7;
}
.AnyTagClassName
{
color: #223FF7;
}
</style>
background-color css
<style>
a { background-color: #223FF7; }
a { background-color: rgb(34,63,247); }
div.DivClassName
{
background-color: #223FF7;
}
.BgClassName
{
background-color: #223FF7;
}
</style>
border-color css
<style>
span { border-color: #223FF7; }
span { border-color: rgb(34,63,247); }
td.TdClassName
{
border-color: #223FF7;
}
.TagClassName
{
border-color: #223FF7;
}
</style>