Shades of Neon Blue #6044F3
Tints of Neon Blue #6044F3
RGB
CMYK
RGB Variations
Color information
#6044F3 (or 0x6044F3) is known color: Neon Blue. HEX triplet: 60, 44 and F3. RGB value is (96,68,243). Sum of RGB (Red+Green+Blue) = 96+68+243=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 243 (95.31% from 255 or 59.71% from 407); Max value from RGB is 243 - color contains mainly: blue. Hex color #6044F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6044F3 is #9FBB0C. Grayscale: #5F5F5F. Windows color (decimal): -10468109 or 15942752. OLE color: 15942752.
HSL color Cylindrical-coordinate representation of color #6044F3: hue angle of 249.6º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6044F3 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 68 | 243 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.05 |
| HSL | 249.6º | 0.88% | 0.61% | - |
| HSV(B) | 249.6º | 0.72% | 0.95% | - |
| XYZ | 23.07 | 13.09 | 86.11 | - |
| YUV | 96.32 | 210.78 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 243 | 0.60 | 0.72 | 0 | 0.05 | 249.6 | 0.88 | 0.61 |
| Hex | 60 | 44 | F3 | 3C | 48 | 0 | 5 | FA | 58 | 3D |
| Octal | 140 | 104 | 363 | 74 | 110 | 0 | 5 | 372 | 130 | 75 |
| Binary | 1100000 | 1000100 | 11110011 | 111100 | 1001000 | 0 | 101 | 11111010 | 1011000 | 111101 |
Color Harmonies of #6044F3
Complementary color
Monochromatic Colors of #6044F3
Black with #6044F3
Text Example
Text Example
White with #6044F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6044F3; }
p { color: rgb(96,68,243); }
H1.HeaderClassName
{
color: #6044F3;
}
.AnyTagClassName
{
color: #6044F3;
}
</style>
background-color css
<style>
a { background-color: #6044F3; }
a { background-color: rgb(96,68,243); }
div.DivClassName
{
background-color: #6044F3;
}
.BgClassName
{
background-color: #6044F3;
}
</style>
border-color css
<style>
span { border-color: #6044F3; }
span { border-color: rgb(96,68,243); }
td.TdClassName
{
border-color: #6044F3;
}
.TagClassName
{
border-color: #6044F3;
}
</style>