Shades of Neon Blue #223DFF
Tints of Neon Blue #223DFF
RGB
CMYK
RGB Variations
Color information
#223DFF (or 0x223DFF) is known color: Neon Blue. HEX triplet: 22, 3D and FF. RGB value is (34,61,255). Sum of RGB (Red+Green+Blue) = 34+61+255=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #223DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223DFF is #DDC200. Grayscale: #4A4A4A. Windows color (decimal): -14533121 or 16727330. OLE color: 16727330.
HSL color Cylindrical-coordinate representation of color #223DFF: hue angle of 232.67º 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 #223DFF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 61 | 255 | - |
| CMYK | 0.87 | 0.76 | 0 | 0 |
| HSL | 232.67º | 1% | 0.57% | - |
| HSV(B) | 232.67º | 0.87% | 1% | - |
| XYZ | 20.38 | 10.9 | 95.64 | - |
| YUV | 75.04 | 229.55 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 255 | 0.87 | 0.76 | 0 | 0 | 232.67 | 1 | 0.57 |
| Hex | 22 | 3D | FF | 57 | 4C | 0 | 0 | E9 | 64 | 39 |
| Octal | 42 | 75 | 377 | 127 | 114 | 0 | 0 | 351 | 144 | 71 |
| Binary | 100010 | 111101 | 11111111 | 1010111 | 1001100 | 0 | 0 | 11101001 | 1100100 | 111001 |
Color Harmonies of #223DFF
Complementary color
Monochromatic Colors of #223DFF
Black with #223DFF
Text Example
Text Example
White with #223DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DFF; }
p { color: rgb(34,61,255); }
H1.HeaderClassName
{
color: #223DFF;
}
.AnyTagClassName
{
color: #223DFF;
}
</style>
background-color css
<style>
a { background-color: #223DFF; }
a { background-color: rgb(34,61,255); }
div.DivClassName
{
background-color: #223DFF;
}
.BgClassName
{
background-color: #223DFF;
}
</style>
border-color css
<style>
span { border-color: #223DFF; }
span { border-color: rgb(34,61,255); }
td.TdClassName
{
border-color: #223DFF;
}
.TagClassName
{
border-color: #223DFF;
}
</style>