Shades of Neon Blue #223DF9
Tints of Neon Blue #223DF9
RGB
CMYK
RGB Variations
Color information
#223DF9 (or 0x223DF9) is known color: Neon Blue. HEX triplet: 22, 3D and F9. RGB value is (34,61,249). Sum of RGB (Red+Green+Blue) = 34+61+249=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 249 (97.66% from 255 or 72.38% from 344); Max value from RGB is 249 - color contains mainly: blue. Hex color #223DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223DF9 is #DDC206. Grayscale: #494949. Windows color (decimal): -14533127 or 16334114. OLE color: 16334114.
HSL color Cylindrical-coordinate representation of color #223DF9: hue angle of 232.47º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #223DF9 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 61 | 249 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.02 |
| HSL | 232.47º | 0.95% | 0.55% | - |
| HSV(B) | 232.47º | 0.86% | 0.98% | - |
| XYZ | 19.43 | 10.52 | 90.63 | - |
| YUV | 74.36 | 226.55 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 249 | 0.86 | 0.76 | 0 | 0.02 | 232.47 | 0.95 | 0.55 |
| Hex | 22 | 3D | F9 | 56 | 4C | 0 | 2 | E8 | 5F | 37 |
| Octal | 42 | 75 | 371 | 126 | 114 | 0 | 2 | 350 | 137 | 67 |
| Binary | 100010 | 111101 | 11111001 | 1010110 | 1001100 | 0 | 10 | 11101000 | 1011111 | 110111 |
Color Harmonies of #223DF9
Complementary color
Monochromatic Colors of #223DF9
Black with #223DF9
Text Example
Text Example
White with #223DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DF9; }
p { color: rgb(34,61,249); }
H1.HeaderClassName
{
color: #223DF9;
}
.AnyTagClassName
{
color: #223DF9;
}
</style>
background-color css
<style>
a { background-color: #223DF9; }
a { background-color: rgb(34,61,249); }
div.DivClassName
{
background-color: #223DF9;
}
.BgClassName
{
background-color: #223DF9;
}
</style>
border-color css
<style>
span { border-color: #223DF9; }
span { border-color: rgb(34,61,249); }
td.TdClassName
{
border-color: #223DF9;
}
.TagClassName
{
border-color: #223DF9;
}
</style>