Shades of Neon Blue #2431FD
Tints of Neon Blue #2431FD
RGB
CMYK
RGB Variations
Color information
#2431FD (or 0x2431FD) is known color: Neon Blue. HEX triplet: 24, 31 and FD. RGB value is (36,49,253). Sum of RGB (Red+Green+Blue) = 36+49+253=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #2431FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2431FD is #DBCE02. Grayscale: #434343. Windows color (decimal): -14405123 or 16593188. OLE color: 16593188.
HSL color Cylindrical-coordinate representation of color #2431FD: hue angle of 236.41º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2431FD is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 49 | 253 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.01 |
| HSL | 236.41º | 0.98% | 0.57% | - |
| HSV(B) | 236.41º | 0.86% | 0.99% | - |
| XYZ | 19.56 | 9.66 | 93.76 | - |
| YUV | 68.37 | 232.19 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 253 | 0.86 | 0.81 | 0 | 0.01 | 236.41 | 0.98 | 0.57 |
| Hex | 24 | 31 | FD | 56 | 51 | 0 | 1 | EC | 62 | 39 |
| Octal | 44 | 61 | 375 | 126 | 121 | 0 | 1 | 354 | 142 | 71 |
| Binary | 100100 | 110001 | 11111101 | 1010110 | 1010001 | 0 | 1 | 11101100 | 1100010 | 111001 |
Color Harmonies of #2431FD
Complementary color
Monochromatic Colors of #2431FD
Black with #2431FD
Text Example
Text Example
White with #2431FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2431FD; }
p { color: rgb(36,49,253); }
H1.HeaderClassName
{
color: #2431FD;
}
.AnyTagClassName
{
color: #2431FD;
}
</style>
background-color css
<style>
a { background-color: #2431FD; }
a { background-color: rgb(36,49,253); }
div.DivClassName
{
background-color: #2431FD;
}
.BgClassName
{
background-color: #2431FD;
}
</style>
border-color css
<style>
span { border-color: #2431FD; }
span { border-color: rgb(36,49,253); }
td.TdClassName
{
border-color: #2431FD;
}
.TagClassName
{
border-color: #2431FD;
}
</style>