Shades of Neon Blue #2035FA
Tints of Neon Blue #2035FA
RGB
CMYK
RGB Variations
Color information
#2035FA (or 0x2035FA) is known color: Neon Blue. HEX triplet: 20, 35 and FA. RGB value is (32,53,250). Sum of RGB (Red+Green+Blue) = 32+53+250=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #2035FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2035FA is #DFCA05. Grayscale: #444444. Windows color (decimal): -14666246 or 16397600. OLE color: 16397600.
HSL color Cylindrical-coordinate representation of color #2035FA: hue angle of 234.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2035FA is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 53 | 250 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.02 |
| HSL | 234.22º | 0.96% | 0.55% | - |
| HSV(B) | 234.22º | 0.87% | 0.98% | - |
| XYZ | 19.12 | 9.76 | 91.32 | - |
| YUV | 69.18 | 230.04 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 250 | 0.87 | 0.79 | 0 | 0.02 | 234.22 | 0.96 | 0.55 |
| Hex | 20 | 35 | FA | 57 | 4F | 0 | 2 | EA | 60 | 37 |
| Octal | 40 | 65 | 372 | 127 | 117 | 0 | 2 | 352 | 140 | 67 |
| Binary | 100000 | 110101 | 11111010 | 1010111 | 1001111 | 0 | 10 | 11101010 | 1100000 | 110111 |
Color Harmonies of #2035FA
Complementary color
Monochromatic Colors of #2035FA
Black with #2035FA
Text Example
Text Example
White with #2035FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2035FA; }
p { color: rgb(32,53,250); }
H1.HeaderClassName
{
color: #2035FA;
}
.AnyTagClassName
{
color: #2035FA;
}
</style>
background-color css
<style>
a { background-color: #2035FA; }
a { background-color: rgb(32,53,250); }
div.DivClassName
{
background-color: #2035FA;
}
.BgClassName
{
background-color: #2035FA;
}
</style>
border-color css
<style>
span { border-color: #2035FA; }
span { border-color: rgb(32,53,250); }
td.TdClassName
{
border-color: #2035FA;
}
.TagClassName
{
border-color: #2035FA;
}
</style>