Shades of Neon Blue #223FF3
Tints of Neon Blue #223FF3
RGB
CMYK
RGB Variations
Color information
#223FF3 (or 0x223FF3) is known color: Neon Blue. HEX triplet: 22, 3F and F3. RGB value is (34,63,243). Sum of RGB (Red+Green+Blue) = 34+63+243=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 243 (95.31% from 255 or 71.47% from 340); Max value from RGB is 243 - color contains mainly: blue. Hex color #223FF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223FF3 is #DDC00C. Grayscale: #4A4A4A. Windows color (decimal): -14532621 or 15941410. OLE color: 15941410.
HSL color Cylindrical-coordinate representation of color #223FF3: hue angle of 231.67º degrees, saturation: 0.9, 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 #223FF3 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 63 | 243 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.05 |
| HSL | 231.67º | 0.9% | 0.54% | - |
| HSV(B) | 231.67º | 0.86% | 0.95% | - |
| XYZ | 18.61 | 10.37 | 85.81 | - |
| YUV | 74.85 | 222.89 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 243 | 0.86 | 0.74 | 0 | 0.05 | 231.67 | 0.9 | 0.54 |
| Hex | 22 | 3F | F3 | 56 | 4A | 0 | 5 | E8 | 5A | 36 |
| Octal | 42 | 77 | 363 | 126 | 112 | 0 | 5 | 350 | 132 | 66 |
| Binary | 100010 | 111111 | 11110011 | 1010110 | 1001010 | 0 | 101 | 11101000 | 1011010 | 110110 |
Color Harmonies of #223FF3
Complementary color
Monochromatic Colors of #223FF3
Black with #223FF3
Text Example
Text Example
White with #223FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FF3; }
p { color: rgb(34,63,243); }
H1.HeaderClassName
{
color: #223FF3;
}
.AnyTagClassName
{
color: #223FF3;
}
</style>
background-color css
<style>
a { background-color: #223FF3; }
a { background-color: rgb(34,63,243); }
div.DivClassName
{
background-color: #223FF3;
}
.BgClassName
{
background-color: #223FF3;
}
</style>
border-color css
<style>
span { border-color: #223FF3; }
span { border-color: rgb(34,63,243); }
td.TdClassName
{
border-color: #223FF3;
}
.TagClassName
{
border-color: #223FF3;
}
</style>