Shades of Neon Blue #223FF1
Tints of Neon Blue #223FF1
RGB
CMYK
RGB Variations
Color information
#223FF1 (or 0x223FF1) is known color: Neon Blue. HEX triplet: 22, 3F and F1. RGB value is (34,63,241). Sum of RGB (Red+Green+Blue) = 34+63+241=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #223FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223FF1 is #DDC00E. Grayscale: #494949. Windows color (decimal): -14532623 or 15810338. OLE color: 15810338.
HSL color Cylindrical-coordinate representation of color #223FF1: hue angle of 231.59º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #223FF1 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 63 | 241 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.05 |
| HSL | 231.59º | 0.88% | 0.54% | - |
| HSV(B) | 231.59º | 0.86% | 0.95% | - |
| XYZ | 18.31 | 10.25 | 84.23 | - |
| YUV | 74.62 | 221.89 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 241 | 0.86 | 0.74 | 0 | 0.05 | 231.59 | 0.88 | 0.54 |
| Hex | 22 | 3F | F1 | 56 | 4A | 0 | 5 | E8 | 58 | 36 |
| Octal | 42 | 77 | 361 | 126 | 112 | 0 | 5 | 350 | 130 | 66 |
| Binary | 100010 | 111111 | 11110001 | 1010110 | 1001010 | 0 | 101 | 11101000 | 1011000 | 110110 |
Color Harmonies of #223FF1
Complementary color
Monochromatic Colors of #223FF1
Black with #223FF1
Text Example
Text Example
White with #223FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FF1; }
p { color: rgb(34,63,241); }
H1.HeaderClassName
{
color: #223FF1;
}
.AnyTagClassName
{
color: #223FF1;
}
</style>
background-color css
<style>
a { background-color: #223FF1; }
a { background-color: rgb(34,63,241); }
div.DivClassName
{
background-color: #223FF1;
}
.BgClassName
{
background-color: #223FF1;
}
</style>
border-color css
<style>
span { border-color: #223FF1; }
span { border-color: rgb(34,63,241); }
td.TdClassName
{
border-color: #223FF1;
}
.TagClassName
{
border-color: #223FF1;
}
</style>