Shades of Neon Blue #2431FE
Tints of Neon Blue #2431FE
RGB
CMYK
RGB Variations
Color information
#2431FE (or 0x2431FE) is known color: Neon Blue. HEX triplet: 24, 31 and FE. RGB value is (36,49,254). Sum of RGB (Red+Green+Blue) = 36+49+254=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #2431FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2431FE is #DBCE01. Grayscale: #434343. Windows color (decimal): -14405122 or 16658724. OLE color: 16658724.
HSL color Cylindrical-coordinate representation of color #2431FE: hue angle of 236.42º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2431FE is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 49 | 254 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.00 |
| HSL | 236.42º | 0.99% | 0.57% | - |
| HSV(B) | 236.42º | 0.86% | 1% | - |
| XYZ | 19.72 | 9.73 | 94.6 | - |
| YUV | 68.48 | 232.69 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 254 | 0.86 | 0.81 | 0 | 0.00 | 236.42 | 0.99 | 0.57 |
| Hex | 24 | 31 | FE | 56 | 51 | 0 | 0 | EC | 63 | 39 |
| Octal | 44 | 61 | 376 | 126 | 121 | 0 | 0 | 354 | 143 | 71 |
| Binary | 100100 | 110001 | 11111110 | 1010110 | 1010001 | 0 | 0 | 11101100 | 1100011 | 111001 |
Color Harmonies of #2431FE
Complementary color
Monochromatic Colors of #2431FE
Black with #2431FE
Text Example
Text Example
White with #2431FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2431FE; }
p { color: rgb(36,49,254); }
H1.HeaderClassName
{
color: #2431FE;
}
.AnyTagClassName
{
color: #2431FE;
}
</style>
background-color css
<style>
a { background-color: #2431FE; }
a { background-color: rgb(36,49,254); }
div.DivClassName
{
background-color: #2431FE;
}
.BgClassName
{
background-color: #2431FE;
}
</style>
border-color css
<style>
span { border-color: #2431FE; }
span { border-color: rgb(36,49,254); }
td.TdClassName
{
border-color: #2431FE;
}
.TagClassName
{
border-color: #2431FE;
}
</style>