Shades of Neon Blue #223FEF
Tints of Neon Blue #223FEF
RGB
CMYK
RGB Variations
Color information
#223FEF (or 0x223FEF) is known color: Neon Blue. HEX triplet: 22, 3F and EF. RGB value is (34,63,239). Sum of RGB (Red+Green+Blue) = 34+63+239=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #223FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223FEF is #DDC010. Grayscale: #494949. Windows color (decimal): -14532625 or 15679266. OLE color: 15679266.
HSL color Cylindrical-coordinate representation of color #223FEF: hue angle of 231.51º 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 #223FEF is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 63 | 239 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.06 |
| HSL | 231.51º | 0.86% | 0.54% | - |
| HSV(B) | 231.51º | 0.86% | 0.94% | - |
| XYZ | 18.02 | 10.13 | 82.67 | - |
| YUV | 74.39 | 220.89 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 239 | 0.86 | 0.74 | 0 | 0.06 | 231.51 | 0.86 | 0.54 |
| Hex | 22 | 3F | EF | 56 | 4A | 0 | 6 | E8 | 56 | 36 |
| Octal | 42 | 77 | 357 | 126 | 112 | 0 | 6 | 350 | 126 | 66 |
| Binary | 100010 | 111111 | 11101111 | 1010110 | 1001010 | 0 | 110 | 11101000 | 1010110 | 110110 |
Color Harmonies of #223FEF
Complementary color
Monochromatic Colors of #223FEF
Black with #223FEF
Text Example
Text Example
White with #223FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FEF; }
p { color: rgb(34,63,239); }
H1.HeaderClassName
{
color: #223FEF;
}
.AnyTagClassName
{
color: #223FEF;
}
</style>
background-color css
<style>
a { background-color: #223FEF; }
a { background-color: rgb(34,63,239); }
div.DivClassName
{
background-color: #223FEF;
}
.BgClassName
{
background-color: #223FEF;
}
</style>
border-color css
<style>
span { border-color: #223FEF; }
span { border-color: rgb(34,63,239); }
td.TdClassName
{
border-color: #223FEF;
}
.TagClassName
{
border-color: #223FEF;
}
</style>