Shades of Neon Blue #223FFF
Tints of Neon Blue #223FFF
RGB
CMYK
RGB Variations
Color information
#223FFF (or 0x223FFF) is known color: Neon Blue. HEX triplet: 22, 3F and FF. RGB value is (34,63,255). Sum of RGB (Red+Green+Blue) = 34+63+255=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #223FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223FFF is #DDC000. Grayscale: #4B4B4B. Windows color (decimal): -14532609 or 16727842. OLE color: 16727842.
HSL color Cylindrical-coordinate representation of color #223FFF: hue angle of 232.13º 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 #223FFF is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 63 | 255 | - |
| CMYK | 0.87 | 0.75 | 0 | 0 |
| HSL | 232.13º | 1% | 0.57% | - |
| HSV(B) | 232.13º | 0.87% | 1% | - |
| XYZ | 20.49 | 11.12 | 95.67 | - |
| YUV | 76.22 | 228.89 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 255 | 0.87 | 0.75 | 0 | 0 | 232.13 | 1 | 0.57 |
| Hex | 22 | 3F | FF | 57 | 4B | 0 | 0 | E8 | 64 | 39 |
| Octal | 42 | 77 | 377 | 127 | 113 | 0 | 0 | 350 | 144 | 71 |
| Binary | 100010 | 111111 | 11111111 | 1010111 | 1001011 | 0 | 0 | 11101000 | 1100100 | 111001 |
Color Harmonies of #223FFF
Complementary color
Monochromatic Colors of #223FFF
Black with #223FFF
Text Example
Text Example
White with #223FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FFF; }
p { color: rgb(34,63,255); }
H1.HeaderClassName
{
color: #223FFF;
}
.AnyTagClassName
{
color: #223FFF;
}
</style>
background-color css
<style>
a { background-color: #223FFF; }
a { background-color: rgb(34,63,255); }
div.DivClassName
{
background-color: #223FFF;
}
.BgClassName
{
background-color: #223FFF;
}
</style>
border-color css
<style>
span { border-color: #223FFF; }
span { border-color: rgb(34,63,255); }
td.TdClassName
{
border-color: #223FFF;
}
.TagClassName
{
border-color: #223FFF;
}
</style>