Shades of Neon Blue #2235FF
Tints of Neon Blue #2235FF
RGB
CMYK
RGB Variations
Color information
#2235FF (or 0x2235FF) is known color: Neon Blue. HEX triplet: 22, 35 and FF. RGB value is (34,53,255). Sum of RGB (Red+Green+Blue) = 34+53+255=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #2235FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2235FF is #DDCA00. Grayscale: #454545. Windows color (decimal): -14535169 or 16725282. OLE color: 16725282.
HSL color Cylindrical-coordinate representation of color #2235FF: hue angle of 234.84º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2235FF is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 53 | 255 | - |
| CMYK | 0.87 | 0.79 | 0 | 0 |
| HSL | 234.84º | 1% | 0.57% | - |
| HSV(B) | 234.84º | 0.87% | 1% | - |
| XYZ | 19.98 | 10.11 | 95.51 | - |
| YUV | 70.35 | 232.21 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 255 | 0.87 | 0.79 | 0 | 0 | 234.84 | 1 | 0.57 |
| Hex | 22 | 35 | FF | 57 | 4F | 0 | 0 | EB | 64 | 39 |
| Octal | 42 | 65 | 377 | 127 | 117 | 0 | 0 | 353 | 144 | 71 |
| Binary | 100010 | 110101 | 11111111 | 1010111 | 1001111 | 0 | 0 | 11101011 | 1100100 | 111001 |
Color Harmonies of #2235FF
Complementary color
Monochromatic Colors of #2235FF
Black with #2235FF
Text Example
Text Example
White with #2235FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2235FF; }
p { color: rgb(34,53,255); }
H1.HeaderClassName
{
color: #2235FF;
}
.AnyTagClassName
{
color: #2235FF;
}
</style>
background-color css
<style>
a { background-color: #2235FF; }
a { background-color: rgb(34,53,255); }
div.DivClassName
{
background-color: #2235FF;
}
.BgClassName
{
background-color: #2235FF;
}
</style>
border-color css
<style>
span { border-color: #2235FF; }
span { border-color: rgb(34,53,255); }
td.TdClassName
{
border-color: #2235FF;
}
.TagClassName
{
border-color: #2235FF;
}
</style>