Shades of Neon Blue #2431FB
Tints of Neon Blue #2431FB
RGB
CMYK
RGB Variations
Color information
#2431FB (or 0x2431FB) is known color: Neon Blue. HEX triplet: 24, 31 and FB. RGB value is (36,49,251). Sum of RGB (Red+Green+Blue) = 36+49+251=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #2431FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2431FB is #DBCE04. Grayscale: #434343. Windows color (decimal): -14405125 or 16462116. OLE color: 16462116.
HSL color Cylindrical-coordinate representation of color #2431FB: hue angle of 236.37º 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 #2431FB is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 49 | 251 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.02 |
| HSL | 236.37º | 0.96% | 0.56% | - |
| HSV(B) | 236.37º | 0.86% | 0.98% | - |
| XYZ | 19.24 | 9.54 | 92.09 | - |
| YUV | 68.14 | 231.19 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 251 | 0.86 | 0.80 | 0 | 0.02 | 236.37 | 0.96 | 0.56 |
| Hex | 24 | 31 | FB | 56 | 50 | 0 | 2 | EC | 60 | 38 |
| Octal | 44 | 61 | 373 | 126 | 120 | 0 | 2 | 354 | 140 | 70 |
| Binary | 100100 | 110001 | 11111011 | 1010110 | 1010000 | 0 | 10 | 11101100 | 1100000 | 111000 |
Color Harmonies of #2431FB
Complementary color
Monochromatic Colors of #2431FB
Black with #2431FB
Text Example
Text Example
White with #2431FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2431FB; }
p { color: rgb(36,49,251); }
H1.HeaderClassName
{
color: #2431FB;
}
.AnyTagClassName
{
color: #2431FB;
}
</style>
background-color css
<style>
a { background-color: #2431FB; }
a { background-color: rgb(36,49,251); }
div.DivClassName
{
background-color: #2431FB;
}
.BgClassName
{
background-color: #2431FB;
}
</style>
border-color css
<style>
span { border-color: #2431FB; }
span { border-color: rgb(36,49,251); }
td.TdClassName
{
border-color: #2431FB;
}
.TagClassName
{
border-color: #2431FB;
}
</style>