Shades of Neon Blue #223AF7
Tints of Neon Blue #223AF7
RGB
CMYK
RGB Variations
Color information
#223AF7 (or 0x223AF7) is known color: Neon Blue. HEX triplet: 22, 3A and F7. RGB value is (34,58,247). Sum of RGB (Red+Green+Blue) = 34+58+247=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 247 (96.88% from 255 or 72.86% from 339); Max value from RGB is 247 - color contains mainly: blue. Hex color #223AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223AF7 is #DDC508. Grayscale: #474747. Windows color (decimal): -14533897 or 16202274. OLE color: 16202274.
HSL color Cylindrical-coordinate representation of color #223AF7: hue angle of 233.24º 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 #223AF7 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 58 | 247 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.03 |
| HSL | 233.24º | 0.93% | 0.55% | - |
| HSV(B) | 233.24º | 0.86% | 0.97% | - |
| XYZ | 18.96 | 10.08 | 88.94 | - |
| YUV | 72.37 | 226.55 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 247 | 0.86 | 0.77 | 0 | 0.03 | 233.24 | 0.93 | 0.55 |
| Hex | 22 | 3A | F7 | 56 | 4D | 0 | 3 | E9 | 5D | 37 |
| Octal | 42 | 72 | 367 | 126 | 115 | 0 | 3 | 351 | 135 | 67 |
| Binary | 100010 | 111010 | 11110111 | 1010110 | 1001101 | 0 | 11 | 11101001 | 1011101 | 110111 |
Color Harmonies of #223AF7
Complementary color
Monochromatic Colors of #223AF7
Black with #223AF7
Text Example
Text Example
White with #223AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223AF7; }
p { color: rgb(34,58,247); }
H1.HeaderClassName
{
color: #223AF7;
}
.AnyTagClassName
{
color: #223AF7;
}
</style>
background-color css
<style>
a { background-color: #223AF7; }
a { background-color: rgb(34,58,247); }
div.DivClassName
{
background-color: #223AF7;
}
.BgClassName
{
background-color: #223AF7;
}
</style>
border-color css
<style>
span { border-color: #223AF7; }
span { border-color: rgb(34,58,247); }
td.TdClassName
{
border-color: #223AF7;
}
.TagClassName
{
border-color: #223AF7;
}
</style>