Shades of Neon Blue #242CFE
Tints of Neon Blue #242CFE
RGB
CMYK
RGB Variations
Color information
#242CFE (or 0x242CFE) is known color: Neon Blue. HEX triplet: 24, 2C and FE. RGB value is (36,44,254). Sum of RGB (Red+Green+Blue) = 36+44+254=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #242CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242CFE is #DBD301. Grayscale: #404040. Windows color (decimal): -14406402 or 16657444. OLE color: 16657444.
HSL color Cylindrical-coordinate representation of color #242CFE: hue angle of 237.8º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #242CFE is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 44 | 254 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.00 |
| HSL | 237.8º | 0.99% | 0.57% | - |
| HSV(B) | 237.8º | 0.86% | 1% | - |
| XYZ | 19.52 | 9.33 | 94.54 | - |
| YUV | 65.55 | 234.35 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 254 | 0.86 | 0.83 | 0 | 0.00 | 237.8 | 0.99 | 0.57 |
| Hex | 24 | 2C | FE | 56 | 53 | 0 | 0 | EE | 63 | 39 |
| Octal | 44 | 54 | 376 | 126 | 123 | 0 | 0 | 356 | 143 | 71 |
| Binary | 100100 | 101100 | 11111110 | 1010110 | 1010011 | 0 | 0 | 11101110 | 1100011 | 111001 |
Color Harmonies of #242CFE
Complementary color
Monochromatic Colors of #242CFE
Black with #242CFE
Text Example
Text Example
White with #242CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CFE; }
p { color: rgb(36,44,254); }
H1.HeaderClassName
{
color: #242CFE;
}
.AnyTagClassName
{
color: #242CFE;
}
</style>
background-color css
<style>
a { background-color: #242CFE; }
a { background-color: rgb(36,44,254); }
div.DivClassName
{
background-color: #242CFE;
}
.BgClassName
{
background-color: #242CFE;
}
</style>
border-color css
<style>
span { border-color: #242CFE; }
span { border-color: rgb(36,44,254); }
td.TdClassName
{
border-color: #242CFE;
}
.TagClassName
{
border-color: #242CFE;
}
</style>