Shades of Neon Blue #242BF2
Tints of Neon Blue #242BF2
RGB
CMYK
RGB Variations
Color information
#242BF2 (or 0x242BF2) is known color: Neon Blue. HEX triplet: 24, 2B and F2. RGB value is (36,43,242). Sum of RGB (Red+Green+Blue) = 36+43+242=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 242 (94.92% from 255 or 75.39% from 321); Max value from RGB is 242 - color contains mainly: blue. Hex color #242BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242BF2 is #DBD40D. Grayscale: #3E3E3E. Windows color (decimal): -14406670 or 15870756. OLE color: 15870756.
HSL color Cylindrical-coordinate representation of color #242BF2: hue angle of 237.96º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242BF2 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 43 | 242 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.05 |
| HSL | 237.96º | 0.89% | 0.55% | - |
| HSV(B) | 237.96º | 0.85% | 0.95% | - |
| XYZ | 17.62 | 8.51 | 84.72 | - |
| YUV | 63.59 | 228.68 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 242 | 0.85 | 0.82 | 0 | 0.05 | 237.96 | 0.89 | 0.55 |
| Hex | 24 | 2B | F2 | 55 | 52 | 0 | 5 | EE | 59 | 37 |
| Octal | 44 | 53 | 362 | 125 | 122 | 0 | 5 | 356 | 131 | 67 |
| Binary | 100100 | 101011 | 11110010 | 1010101 | 1010010 | 0 | 101 | 11101110 | 1011001 | 110111 |
Color Harmonies of #242BF2
Complementary color
Monochromatic Colors of #242BF2
Black with #242BF2
Text Example
Text Example
White with #242BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242BF2; }
p { color: rgb(36,43,242); }
H1.HeaderClassName
{
color: #242BF2;
}
.AnyTagClassName
{
color: #242BF2;
}
</style>
background-color css
<style>
a { background-color: #242BF2; }
a { background-color: rgb(36,43,242); }
div.DivClassName
{
background-color: #242BF2;
}
.BgClassName
{
background-color: #242BF2;
}
</style>
border-color css
<style>
span { border-color: #242BF2; }
span { border-color: rgb(36,43,242); }
td.TdClassName
{
border-color: #242BF2;
}
.TagClassName
{
border-color: #242BF2;
}
</style>