Shades of Neon Blue #223FF4
Tints of Neon Blue #223FF4
RGB
CMYK
RGB Variations
Color information
#223FF4 (or 0x223FF4) is known color: Neon Blue. HEX triplet: 22, 3F and F4. RGB value is (34,63,244). Sum of RGB (Red+Green+Blue) = 34+63+244=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 244 (95.70% from 255 or 71.55% from 341); Max value from RGB is 244 - color contains mainly: blue. Hex color #223FF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223FF4 is #DDC00B. Grayscale: #4A4A4A. Windows color (decimal): -14532620 or 16006946. OLE color: 16006946.
HSL color Cylindrical-coordinate representation of color #223FF4: hue angle of 231.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #223FF4 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 63 | 244 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.04 |
| HSL | 231.71º | 0.91% | 0.55% | - |
| HSV(B) | 231.71º | 0.86% | 0.96% | - |
| XYZ | 18.77 | 10.43 | 86.61 | - |
| YUV | 74.96 | 223.39 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 244 | 0.86 | 0.74 | 0 | 0.04 | 231.71 | 0.91 | 0.55 |
| Hex | 22 | 3F | F4 | 56 | 4A | 0 | 4 | E8 | 5B | 37 |
| Octal | 42 | 77 | 364 | 126 | 112 | 0 | 4 | 350 | 133 | 67 |
| Binary | 100010 | 111111 | 11110100 | 1010110 | 1001010 | 0 | 100 | 11101000 | 1011011 | 110111 |
Color Harmonies of #223FF4
Complementary color
Monochromatic Colors of #223FF4
Black with #223FF4
Text Example
Text Example
White with #223FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FF4; }
p { color: rgb(34,63,244); }
H1.HeaderClassName
{
color: #223FF4;
}
.AnyTagClassName
{
color: #223FF4;
}
</style>
background-color css
<style>
a { background-color: #223FF4; }
a { background-color: rgb(34,63,244); }
div.DivClassName
{
background-color: #223FF4;
}
.BgClassName
{
background-color: #223FF4;
}
</style>
border-color css
<style>
span { border-color: #223FF4; }
span { border-color: rgb(34,63,244); }
td.TdClassName
{
border-color: #223FF4;
}
.TagClassName
{
border-color: #223FF4;
}
</style>