Shades of Neon Blue #243CF1
Tints of Neon Blue #243CF1
RGB
CMYK
RGB Variations
Color information
#243CF1 (or 0x243CF1) is known color: Neon Blue. HEX triplet: 24, 3C and F1. RGB value is (36,60,241). Sum of RGB (Red+Green+Blue) = 36+60+241=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #243CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #243CF1 is #DBC30E. Grayscale: #484848. Windows color (decimal): -14402319 or 15809572. OLE color: 15809572.
HSL color Cylindrical-coordinate representation of color #243CF1: hue angle of 232.98º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #243CF1 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 60 | 241 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.05 |
| HSL | 232.98º | 0.88% | 0.54% | - |
| HSV(B) | 232.98º | 0.85% | 0.95% | - |
| XYZ | 18.22 | 9.96 | 84.18 | - |
| YUV | 73.46 | 222.55 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 241 | 0.85 | 0.75 | 0 | 0.05 | 232.98 | 0.88 | 0.54 |
| Hex | 24 | 3C | F1 | 55 | 4B | 0 | 5 | E9 | 58 | 36 |
| Octal | 44 | 74 | 361 | 125 | 113 | 0 | 5 | 351 | 130 | 66 |
| Binary | 100100 | 111100 | 11110001 | 1010101 | 1001011 | 0 | 101 | 11101001 | 1011000 | 110110 |
Color Harmonies of #243CF1
Complementary color
Monochromatic Colors of #243CF1
Black with #243CF1
Text Example
Text Example
White with #243CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CF1; }
p { color: rgb(36,60,241); }
H1.HeaderClassName
{
color: #243CF1;
}
.AnyTagClassName
{
color: #243CF1;
}
</style>
background-color css
<style>
a { background-color: #243CF1; }
a { background-color: rgb(36,60,241); }
div.DivClassName
{
background-color: #243CF1;
}
.BgClassName
{
background-color: #243CF1;
}
</style>
border-color css
<style>
span { border-color: #243CF1; }
span { border-color: rgb(36,60,241); }
td.TdClassName
{
border-color: #243CF1;
}
.TagClassName
{
border-color: #243CF1;
}
</style>