Shades of Neon Blue #244AF2
Tints of Neon Blue #244AF2
RGB
CMYK
RGB Variations
Color information
#244AF2 (or 0x244AF2) is known color: Neon Blue. HEX triplet: 24, 4A and F2. RGB value is (36,74,242). Sum of RGB (Red+Green+Blue) = 36+74+242=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #244AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #244AF2 is #DBB50D. Grayscale: #515151. Windows color (decimal): -14398734 or 15878692. OLE color: 15878692.
HSL color Cylindrical-coordinate representation of color #244AF2: hue angle of 228.93º 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 #244AF2 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 74 | 242 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.05 |
| HSL | 228.93º | 0.89% | 0.55% | - |
| HSV(B) | 228.93º | 0.85% | 0.95% | - |
| XYZ | 19.2 | 11.68 | 85.25 | - |
| YUV | 81.79 | 218.41 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 242 | 0.85 | 0.69 | 0 | 0.05 | 228.93 | 0.89 | 0.55 |
| Hex | 24 | 4A | F2 | 55 | 45 | 0 | 5 | E5 | 59 | 37 |
| Octal | 44 | 112 | 362 | 125 | 105 | 0 | 5 | 345 | 131 | 67 |
| Binary | 100100 | 1001010 | 11110010 | 1010101 | 1000101 | 0 | 101 | 11100101 | 1011001 | 110111 |
Color Harmonies of #244AF2
Complementary color
Monochromatic Colors of #244AF2
Black with #244AF2
Text Example
Text Example
White with #244AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244AF2; }
p { color: rgb(36,74,242); }
H1.HeaderClassName
{
color: #244AF2;
}
.AnyTagClassName
{
color: #244AF2;
}
</style>
background-color css
<style>
a { background-color: #244AF2; }
a { background-color: rgb(36,74,242); }
div.DivClassName
{
background-color: #244AF2;
}
.BgClassName
{
background-color: #244AF2;
}
</style>
border-color css
<style>
span { border-color: #244AF2; }
span { border-color: rgb(36,74,242); }
td.TdClassName
{
border-color: #244AF2;
}
.TagClassName
{
border-color: #244AF2;
}
</style>