Shades of Neon Blue #6044F0
Tints of Neon Blue #6044F0
RGB
CMYK
RGB Variations
Color information
#6044F0 (or 0x6044F0) is known color: Neon Blue. HEX triplet: 60, 44 and F0. RGB value is (96,68,240). Sum of RGB (Red+Green+Blue) = 96+68+240=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 240 (94.14% from 255 or 59.41% from 404); Max value from RGB is 240 - color contains mainly: blue. Hex color #6044F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6044F0 is #9FBB0F. Grayscale: #5F5F5F. Windows color (decimal): -10468112 or 15746144. OLE color: 15746144.
HSL color Cylindrical-coordinate representation of color #6044F0: hue angle of 249.77º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6044F0 is Cyan = 0.6, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 68 | 240 | - |
| CMYK | 0.6 | 0.72 | 0 | 0.06 |
| HSL | 249.77º | 0.85% | 0.6% | - |
| HSV(B) | 249.77º | 0.72% | 0.94% | - |
| XYZ | 22.62 | 12.91 | 83.74 | - |
| YUV | 95.98 | 209.28 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 240 | 0.6 | 0.72 | 0 | 0.06 | 249.77 | 0.85 | 0.6 |
| Hex | 60 | 44 | F0 | 3C | 48 | 0 | 6 | FA | 55 | 3C |
| Octal | 140 | 104 | 360 | 74 | 110 | 0 | 6 | 372 | 125 | 74 |
| Binary | 1100000 | 1000100 | 11110000 | 111100 | 1001000 | 0 | 110 | 11111010 | 1010101 | 111100 |
Color Harmonies of #6044F0
Complementary color
Monochromatic Colors of #6044F0
Black with #6044F0
Text Example
Text Example
White with #6044F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6044F0; }
p { color: rgb(96,68,240); }
H1.HeaderClassName
{
color: #6044F0;
}
.AnyTagClassName
{
color: #6044F0;
}
</style>
background-color css
<style>
a { background-color: #6044F0; }
a { background-color: rgb(96,68,240); }
div.DivClassName
{
background-color: #6044F0;
}
.BgClassName
{
background-color: #6044F0;
}
</style>
border-color css
<style>
span { border-color: #6044F0; }
span { border-color: rgb(96,68,240); }
td.TdClassName
{
border-color: #6044F0;
}
.TagClassName
{
border-color: #6044F0;
}
</style>