Shades of Neon Blue #243AF2
Tints of Neon Blue #243AF2
RGB
CMYK
RGB Variations
Color information
#243AF2 (or 0x243AF2) is known color: Neon Blue. HEX triplet: 24, 3A and F2. RGB value is (36,58,242). Sum of RGB (Red+Green+Blue) = 36+58+242=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 242 (94.92% from 255 or 72.02% from 336); Max value from RGB is 242 - color contains mainly: blue. Hex color #243AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #243AF2 is #DBC50D. Grayscale: #474747. Windows color (decimal): -14402830 or 15874596. OLE color: 15874596.
HSL color Cylindrical-coordinate representation of color #243AF2: hue angle of 233.59º 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 #243AF2 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 58 | 242 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.05 |
| HSL | 233.59º | 0.89% | 0.55% | - |
| HSV(B) | 233.59º | 0.85% | 0.95% | - |
| XYZ | 18.27 | 9.81 | 84.94 | - |
| YUV | 72.4 | 223.71 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 242 | 0.85 | 0.76 | 0 | 0.05 | 233.59 | 0.89 | 0.55 |
| Hex | 24 | 3A | F2 | 55 | 4C | 0 | 5 | EA | 59 | 37 |
| Octal | 44 | 72 | 362 | 125 | 114 | 0 | 5 | 352 | 131 | 67 |
| Binary | 100100 | 111010 | 11110010 | 1010101 | 1001100 | 0 | 101 | 11101010 | 1011001 | 110111 |
Color Harmonies of #243AF2
Complementary color
Monochromatic Colors of #243AF2
Black with #243AF2
Text Example
Text Example
White with #243AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243AF2; }
p { color: rgb(36,58,242); }
H1.HeaderClassName
{
color: #243AF2;
}
.AnyTagClassName
{
color: #243AF2;
}
</style>
background-color css
<style>
a { background-color: #243AF2; }
a { background-color: rgb(36,58,242); }
div.DivClassName
{
background-color: #243AF2;
}
.BgClassName
{
background-color: #243AF2;
}
</style>
border-color css
<style>
span { border-color: #243AF2; }
span { border-color: rgb(36,58,242); }
td.TdClassName
{
border-color: #243AF2;
}
.TagClassName
{
border-color: #243AF2;
}
</style>