Shades of Neon Blue #223AF6
Tints of Neon Blue #223AF6
RGB
CMYK
RGB Variations
Color information
#223AF6 (or 0x223AF6) is known color: Neon Blue. HEX triplet: 22, 3A and F6. RGB value is (34,58,246). Sum of RGB (Red+Green+Blue) = 34+58+246=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 246 (96.48% from 255 or 72.78% from 338); Max value from RGB is 246 - color contains mainly: blue. Hex color #223AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223AF6 is #DDC509. Grayscale: #474747. Windows color (decimal): -14533898 or 16136738. OLE color: 16136738.
HSL color Cylindrical-coordinate representation of color #223AF6: hue angle of 233.21º degrees, saturation: 0.92, 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 #223AF6 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 58 | 246 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.04 |
| HSL | 233.21º | 0.92% | 0.55% | - |
| HSV(B) | 233.21º | 0.86% | 0.96% | - |
| XYZ | 18.81 | 10.02 | 88.13 | - |
| YUV | 72.26 | 226.05 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 246 | 0.86 | 0.76 | 0 | 0.04 | 233.21 | 0.92 | 0.55 |
| Hex | 22 | 3A | F6 | 56 | 4C | 0 | 4 | E9 | 5C | 37 |
| Octal | 42 | 72 | 366 | 126 | 114 | 0 | 4 | 351 | 134 | 67 |
| Binary | 100010 | 111010 | 11110110 | 1010110 | 1001100 | 0 | 100 | 11101001 | 1011100 | 110111 |
Color Harmonies of #223AF6
Complementary color
Monochromatic Colors of #223AF6
Black with #223AF6
Text Example
Text Example
White with #223AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223AF6; }
p { color: rgb(34,58,246); }
H1.HeaderClassName
{
color: #223AF6;
}
.AnyTagClassName
{
color: #223AF6;
}
</style>
background-color css
<style>
a { background-color: #223AF6; }
a { background-color: rgb(34,58,246); }
div.DivClassName
{
background-color: #223AF6;
}
.BgClassName
{
background-color: #223AF6;
}
</style>
border-color css
<style>
span { border-color: #223AF6; }
span { border-color: rgb(34,58,246); }
td.TdClassName
{
border-color: #223AF6;
}
.TagClassName
{
border-color: #223AF6;
}
</style>