Shades of Neon Blue #242EFB
Tints of Neon Blue #242EFB
RGB
CMYK
RGB Variations
Color information
#242EFB (or 0x242EFB) is known color: Neon Blue. HEX triplet: 24, 2E and FB. RGB value is (36,46,251). Sum of RGB (Red+Green+Blue) = 36+46+251=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #242EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242EFB is #DBD104. Grayscale: #414141. Windows color (decimal): -14405893 or 16461348. OLE color: 16461348.
HSL color Cylindrical-coordinate representation of color #242EFB: hue angle of 237.21º 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 #242EFB is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 46 | 251 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.02 |
| HSL | 237.21º | 0.96% | 0.56% | - |
| HSV(B) | 237.21º | 0.86% | 0.98% | - |
| XYZ | 19.12 | 9.29 | 92.05 | - |
| YUV | 66.38 | 232.19 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 251 | 0.86 | 0.82 | 0 | 0.02 | 237.21 | 0.96 | 0.56 |
| Hex | 24 | 2E | FB | 56 | 52 | 0 | 2 | ED | 60 | 38 |
| Octal | 44 | 56 | 373 | 126 | 122 | 0 | 2 | 355 | 140 | 70 |
| Binary | 100100 | 101110 | 11111011 | 1010110 | 1010010 | 0 | 10 | 11101101 | 1100000 | 111000 |
Color Harmonies of #242EFB
Complementary color
Monochromatic Colors of #242EFB
Black with #242EFB
Text Example
Text Example
White with #242EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242EFB; }
p { color: rgb(36,46,251); }
H1.HeaderClassName
{
color: #242EFB;
}
.AnyTagClassName
{
color: #242EFB;
}
</style>
background-color css
<style>
a { background-color: #242EFB; }
a { background-color: rgb(36,46,251); }
div.DivClassName
{
background-color: #242EFB;
}
.BgClassName
{
background-color: #242EFB;
}
</style>
border-color css
<style>
span { border-color: #242EFB; }
span { border-color: rgb(36,46,251); }
td.TdClassName
{
border-color: #242EFB;
}
.TagClassName
{
border-color: #242EFB;
}
</style>