Shades of Neon Blue #223CEF
Tints of Neon Blue #223CEF
RGB
CMYK
RGB Variations
Color information
#223CEF (or 0x223CEF) is known color: Neon Blue. HEX triplet: 22, 3C and EF. RGB value is (34,60,239). Sum of RGB (Red+Green+Blue) = 34+60+239=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #223CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223CEF is #DDC310. Grayscale: #474747. Windows color (decimal): -14533393 or 15678498. OLE color: 15678498.
HSL color Cylindrical-coordinate representation of color #223CEF: hue angle of 232.39º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #223CEF is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 60 | 239 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.06 |
| HSL | 232.39º | 0.86% | 0.54% | - |
| HSV(B) | 232.39º | 0.86% | 0.94% | - |
| XYZ | 17.86 | 9.8 | 82.61 | - |
| YUV | 72.63 | 221.89 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 239 | 0.86 | 0.75 | 0 | 0.06 | 232.39 | 0.86 | 0.54 |
| Hex | 22 | 3C | EF | 56 | 4B | 0 | 6 | E8 | 56 | 36 |
| Octal | 42 | 74 | 357 | 126 | 113 | 0 | 6 | 350 | 126 | 66 |
| Binary | 100010 | 111100 | 11101111 | 1010110 | 1001011 | 0 | 110 | 11101000 | 1010110 | 110110 |
Color Harmonies of #223CEF
Complementary color
Monochromatic Colors of #223CEF
Black with #223CEF
Text Example
Text Example
White with #223CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223CEF; }
p { color: rgb(34,60,239); }
H1.HeaderClassName
{
color: #223CEF;
}
.AnyTagClassName
{
color: #223CEF;
}
</style>
background-color css
<style>
a { background-color: #223CEF; }
a { background-color: rgb(34,60,239); }
div.DivClassName
{
background-color: #223CEF;
}
.BgClassName
{
background-color: #223CEF;
}
</style>
border-color css
<style>
span { border-color: #223CEF; }
span { border-color: rgb(34,60,239); }
td.TdClassName
{
border-color: #223CEF;
}
.TagClassName
{
border-color: #223CEF;
}
</style>