Shades of Neon Blue #242DF3
Tints of Neon Blue #242DF3
RGB
CMYK
RGB Variations
Color information
#242DF3 (or 0x242DF3) is known color: Neon Blue. HEX triplet: 24, 2D and F3. RGB value is (36,45,243). Sum of RGB (Red+Green+Blue) = 36+45+243=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 243 (95.31% from 255 or 75% from 324); Max value from RGB is 243 - color contains mainly: blue. Hex color #242DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242DF3 is #DBD20C. Grayscale: #404040. Windows color (decimal): -14406157 or 15936804. OLE color: 15936804.
HSL color Cylindrical-coordinate representation of color #242DF3: hue angle of 237.39º degrees, saturation: 0.9, 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 #242DF3 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 45 | 243 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.05 |
| HSL | 237.39º | 0.9% | 0.55% | - |
| HSV(B) | 237.39º | 0.85% | 0.95% | - |
| XYZ | 17.84 | 8.72 | 85.54 | - |
| YUV | 64.88 | 228.52 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 243 | 0.85 | 0.81 | 0 | 0.05 | 237.39 | 0.9 | 0.55 |
| Hex | 24 | 2D | F3 | 55 | 51 | 0 | 5 | ED | 5A | 37 |
| Octal | 44 | 55 | 363 | 125 | 121 | 0 | 5 | 355 | 132 | 67 |
| Binary | 100100 | 101101 | 11110011 | 1010101 | 1010001 | 0 | 101 | 11101101 | 1011010 | 110111 |
Color Harmonies of #242DF3
Complementary color
Monochromatic Colors of #242DF3
Black with #242DF3
Text Example
Text Example
White with #242DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DF3; }
p { color: rgb(36,45,243); }
H1.HeaderClassName
{
color: #242DF3;
}
.AnyTagClassName
{
color: #242DF3;
}
</style>
background-color css
<style>
a { background-color: #242DF3; }
a { background-color: rgb(36,45,243); }
div.DivClassName
{
background-color: #242DF3;
}
.BgClassName
{
background-color: #242DF3;
}
</style>
border-color css
<style>
span { border-color: #242DF3; }
span { border-color: rgb(36,45,243); }
td.TdClassName
{
border-color: #242DF3;
}
.TagClassName
{
border-color: #242DF3;
}
</style>