Shades of Neon Blue #223AF1
Tints of Neon Blue #223AF1
RGB
CMYK
RGB Variations
Color information
#223AF1 (or 0x223AF1) is known color: Neon Blue. HEX triplet: 22, 3A and F1. RGB value is (34,58,241). Sum of RGB (Red+Green+Blue) = 34+58+241=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #223AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223AF1 is #DDC50E. Grayscale: #464646. Windows color (decimal): -14533903 or 15809058. OLE color: 15809058.
HSL color Cylindrical-coordinate representation of color #223AF1: hue angle of 233.04º 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 #223AF1 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 58 | 241 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.05 |
| HSL | 233.04º | 0.88% | 0.54% | - |
| HSV(B) | 233.04º | 0.86% | 0.95% | - |
| XYZ | 18.05 | 9.72 | 84.14 | - |
| YUV | 71.69 | 223.55 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 241 | 0.86 | 0.76 | 0 | 0.05 | 233.04 | 0.88 | 0.54 |
| Hex | 22 | 3A | F1 | 56 | 4C | 0 | 5 | E9 | 58 | 36 |
| Octal | 42 | 72 | 361 | 126 | 114 | 0 | 5 | 351 | 130 | 66 |
| Binary | 100010 | 111010 | 11110001 | 1010110 | 1001100 | 0 | 101 | 11101001 | 1011000 | 110110 |
Color Harmonies of #223AF1
Complementary color
Monochromatic Colors of #223AF1
Black with #223AF1
Text Example
Text Example
White with #223AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223AF1; }
p { color: rgb(34,58,241); }
H1.HeaderClassName
{
color: #223AF1;
}
.AnyTagClassName
{
color: #223AF1;
}
</style>
background-color css
<style>
a { background-color: #223AF1; }
a { background-color: rgb(34,58,241); }
div.DivClassName
{
background-color: #223AF1;
}
.BgClassName
{
background-color: #223AF1;
}
</style>
border-color css
<style>
span { border-color: #223AF1; }
span { border-color: rgb(34,58,241); }
td.TdClassName
{
border-color: #223AF1;
}
.TagClassName
{
border-color: #223AF1;
}
</style>