Shades of Neon Blue #223DF3
Tints of Neon Blue #223DF3
RGB
CMYK
RGB Variations
Color information
#223DF3 (or 0x223DF3) is known color: Neon Blue. HEX triplet: 22, 3D and F3. RGB value is (34,61,243). Sum of RGB (Red+Green+Blue) = 34+61+243=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 243 (95.31% from 255 or 71.89% from 338); Max value from RGB is 243 - color contains mainly: blue. Hex color #223DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223DF3 is #DDC20C. Grayscale: #484848. Windows color (decimal): -14533133 or 15940898. OLE color: 15940898.
HSL color Cylindrical-coordinate representation of color #223DF3: hue angle of 232.25º 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 #223DF3 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 61 | 243 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.05 |
| HSL | 232.25º | 0.9% | 0.54% | - |
| HSV(B) | 232.25º | 0.86% | 0.95% | - |
| XYZ | 18.51 | 10.15 | 85.78 | - |
| YUV | 73.68 | 223.55 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 243 | 0.86 | 0.75 | 0 | 0.05 | 232.25 | 0.9 | 0.54 |
| Hex | 22 | 3D | F3 | 56 | 4B | 0 | 5 | E8 | 5A | 36 |
| Octal | 42 | 75 | 363 | 126 | 113 | 0 | 5 | 350 | 132 | 66 |
| Binary | 100010 | 111101 | 11110011 | 1010110 | 1001011 | 0 | 101 | 11101000 | 1011010 | 110110 |
Color Harmonies of #223DF3
Complementary color
Monochromatic Colors of #223DF3
Black with #223DF3
Text Example
Text Example
White with #223DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DF3; }
p { color: rgb(34,61,243); }
H1.HeaderClassName
{
color: #223DF3;
}
.AnyTagClassName
{
color: #223DF3;
}
</style>
background-color css
<style>
a { background-color: #223DF3; }
a { background-color: rgb(34,61,243); }
div.DivClassName
{
background-color: #223DF3;
}
.BgClassName
{
background-color: #223DF3;
}
</style>
border-color css
<style>
span { border-color: #223DF3; }
span { border-color: rgb(34,61,243); }
td.TdClassName
{
border-color: #223DF3;
}
.TagClassName
{
border-color: #223DF3;
}
</style>