Shades of Neon Blue #223DF0
Tints of Neon Blue #223DF0
RGB
CMYK
RGB Variations
Color information
#223DF0 (or 0x223DF0) is known color: Neon Blue. HEX triplet: 22, 3D and F0. RGB value is (34,61,240). Sum of RGB (Red+Green+Blue) = 34+61+240=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #223DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223DF0 is #DDC20F. Grayscale: #484848. Windows color (decimal): -14533136 or 15744290. OLE color: 15744290.
HSL color Cylindrical-coordinate representation of color #223DF0: hue angle of 232.14º degrees, saturation: 0.87, 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 #223DF0 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 61 | 240 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.06 |
| HSL | 232.14º | 0.87% | 0.54% | - |
| HSV(B) | 232.14º | 0.86% | 0.94% | - |
| XYZ | 18.06 | 9.97 | 83.41 | - |
| YUV | 73.33 | 222.05 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 240 | 0.86 | 0.75 | 0 | 0.06 | 232.14 | 0.87 | 0.54 |
| Hex | 22 | 3D | F0 | 56 | 4B | 0 | 6 | E8 | 57 | 36 |
| Octal | 42 | 75 | 360 | 126 | 113 | 0 | 6 | 350 | 127 | 66 |
| Binary | 100010 | 111101 | 11110000 | 1010110 | 1001011 | 0 | 110 | 11101000 | 1010111 | 110110 |
Color Harmonies of #223DF0
Complementary color
Monochromatic Colors of #223DF0
Black with #223DF0
Text Example
Text Example
White with #223DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DF0; }
p { color: rgb(34,61,240); }
H1.HeaderClassName
{
color: #223DF0;
}
.AnyTagClassName
{
color: #223DF0;
}
</style>
background-color css
<style>
a { background-color: #223DF0; }
a { background-color: rgb(34,61,240); }
div.DivClassName
{
background-color: #223DF0;
}
.BgClassName
{
background-color: #223DF0;
}
</style>
border-color css
<style>
span { border-color: #223DF0; }
span { border-color: rgb(34,61,240); }
td.TdClassName
{
border-color: #223DF0;
}
.TagClassName
{
border-color: #223DF0;
}
</style>