Shades of Neon Blue #2435FA
Tints of Neon Blue #2435FA
RGB
CMYK
RGB Variations
Color information
#2435FA (or 0x2435FA) is known color: Neon Blue. HEX triplet: 24, 35 and FA. RGB value is (36,53,250). Sum of RGB (Red+Green+Blue) = 36+53+250=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #2435FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2435FA is #DBCA05. Grayscale: #454545. Windows color (decimal): -14404102 or 16397604. OLE color: 16397604.
HSL color Cylindrical-coordinate representation of color #2435FA: hue angle of 235.23º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2435FA is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 53 | 250 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.02 |
| HSL | 235.23º | 0.96% | 0.56% | - |
| HSV(B) | 235.23º | 0.86% | 0.98% | - |
| XYZ | 19.26 | 9.82 | 91.32 | - |
| YUV | 70.38 | 229.37 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 250 | 0.86 | 0.79 | 0 | 0.02 | 235.23 | 0.96 | 0.56 |
| Hex | 24 | 35 | FA | 56 | 4F | 0 | 2 | EB | 60 | 38 |
| Octal | 44 | 65 | 372 | 126 | 117 | 0 | 2 | 353 | 140 | 70 |
| Binary | 100100 | 110101 | 11111010 | 1010110 | 1001111 | 0 | 10 | 11101011 | 1100000 | 111000 |
Color Harmonies of #2435FA
Complementary color
Monochromatic Colors of #2435FA
Black with #2435FA
Text Example
Text Example
White with #2435FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2435FA; }
p { color: rgb(36,53,250); }
H1.HeaderClassName
{
color: #2435FA;
}
.AnyTagClassName
{
color: #2435FA;
}
</style>
background-color css
<style>
a { background-color: #2435FA; }
a { background-color: rgb(36,53,250); }
div.DivClassName
{
background-color: #2435FA;
}
.BgClassName
{
background-color: #2435FA;
}
</style>
border-color css
<style>
span { border-color: #2435FA; }
span { border-color: rgb(36,53,250); }
td.TdClassName
{
border-color: #2435FA;
}
.TagClassName
{
border-color: #2435FA;
}
</style>