Shades of Neon Blue #2431F8
Tints of Neon Blue #2431F8
RGB
CMYK
RGB Variations
Color information
#2431F8 (or 0x2431F8) is known color: Neon Blue. HEX triplet: 24, 31 and F8. RGB value is (36,49,248). Sum of RGB (Red+Green+Blue) = 36+49+248=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 248 (97.27% from 255 or 74.47% from 333); Max value from RGB is 248 - color contains mainly: blue. Hex color #2431F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2431F8 is #DBCE07. Grayscale: #424242. Windows color (decimal): -14405128 or 16265508. OLE color: 16265508.
HSL color Cylindrical-coordinate representation of color #2431F8: hue angle of 236.32º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2431F8 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 49 | 248 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.03 |
| HSL | 236.32º | 0.94% | 0.56% | - |
| HSV(B) | 236.32º | 0.85% | 0.97% | - |
| XYZ | 18.77 | 9.35 | 89.62 | - |
| YUV | 67.8 | 229.69 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 248 | 0.85 | 0.80 | 0 | 0.03 | 236.32 | 0.94 | 0.56 |
| Hex | 24 | 31 | F8 | 55 | 50 | 0 | 3 | EC | 5E | 38 |
| Octal | 44 | 61 | 370 | 125 | 120 | 0 | 3 | 354 | 136 | 70 |
| Binary | 100100 | 110001 | 11111000 | 1010101 | 1010000 | 0 | 11 | 11101100 | 1011110 | 111000 |
Color Harmonies of #2431F8
Complementary color
Monochromatic Colors of #2431F8
Black with #2431F8
Text Example
Text Example
White with #2431F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2431F8; }
p { color: rgb(36,49,248); }
H1.HeaderClassName
{
color: #2431F8;
}
.AnyTagClassName
{
color: #2431F8;
}
</style>
background-color css
<style>
a { background-color: #2431F8; }
a { background-color: rgb(36,49,248); }
div.DivClassName
{
background-color: #2431F8;
}
.BgClassName
{
background-color: #2431F8;
}
</style>
border-color css
<style>
span { border-color: #2431F8; }
span { border-color: rgb(36,49,248); }
td.TdClassName
{
border-color: #2431F8;
}
.TagClassName
{
border-color: #2431F8;
}
</style>