Shades of Neon Blue #2431F9
Tints of Neon Blue #2431F9
RGB
CMYK
RGB Variations
Color information
#2431F9 (or 0x2431F9) is known color: Neon Blue. HEX triplet: 24, 31 and F9. RGB value is (36,49,249). Sum of RGB (Red+Green+Blue) = 36+49+249=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 249 (97.66% from 255 or 74.55% from 334); Max value from RGB is 249 - color contains mainly: blue. Hex color #2431F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2431F9 is #DBCE06. Grayscale: #434343. Windows color (decimal): -14405127 or 16331044. OLE color: 16331044.
HSL color Cylindrical-coordinate representation of color #2431F9: hue angle of 236.34º degrees, saturation: 0.95, 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 #2431F9 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 49 | 249 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.02 |
| HSL | 236.34º | 0.95% | 0.56% | - |
| HSV(B) | 236.34º | 0.86% | 0.98% | - |
| XYZ | 18.92 | 9.41 | 90.44 | - |
| YUV | 67.91 | 230.19 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 249 | 0.86 | 0.80 | 0 | 0.02 | 236.34 | 0.95 | 0.56 |
| Hex | 24 | 31 | F9 | 56 | 50 | 0 | 2 | EC | 5F | 38 |
| Octal | 44 | 61 | 371 | 126 | 120 | 0 | 2 | 354 | 137 | 70 |
| Binary | 100100 | 110001 | 11111001 | 1010110 | 1010000 | 0 | 10 | 11101100 | 1011111 | 111000 |
Color Harmonies of #2431F9
Complementary color
Monochromatic Colors of #2431F9
Black with #2431F9
Text Example
Text Example
White with #2431F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2431F9; }
p { color: rgb(36,49,249); }
H1.HeaderClassName
{
color: #2431F9;
}
.AnyTagClassName
{
color: #2431F9;
}
</style>
background-color css
<style>
a { background-color: #2431F9; }
a { background-color: rgb(36,49,249); }
div.DivClassName
{
background-color: #2431F9;
}
.BgClassName
{
background-color: #2431F9;
}
</style>
border-color css
<style>
span { border-color: #2431F9; }
span { border-color: rgb(36,49,249); }
td.TdClassName
{
border-color: #2431F9;
}
.TagClassName
{
border-color: #2431F9;
}
</style>