Shades of Neon Blue #6043F1
Tints of Neon Blue #6043F1
RGB
CMYK
RGB Variations
Color information
#6043F1 (or 0x6043F1) is known color: Neon Blue. HEX triplet: 60, 43 and F1. RGB value is (96,67,241). Sum of RGB (Red+Green+Blue) = 96+67+241=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #6043F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6043F1 is #9FBC0E. Grayscale: #5E5E5E. Windows color (decimal): -10468367 or 15811424. OLE color: 15811424.
HSL color Cylindrical-coordinate representation of color #6043F1: hue angle of 250º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6043F1 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 67 | 241 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.05 |
| HSL | 250º | 0.86% | 0.6% | - |
| HSV(B) | 250º | 0.72% | 0.95% | - |
| XYZ | 22.71 | 12.85 | 84.5 | - |
| YUV | 95.51 | 210.11 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 241 | 0.60 | 0.72 | 0 | 0.05 | 250 | 0.86 | 0.6 |
| Hex | 60 | 43 | F1 | 3C | 48 | 0 | 5 | FA | 56 | 3C |
| Octal | 140 | 103 | 361 | 74 | 110 | 0 | 5 | 372 | 126 | 74 |
| Binary | 1100000 | 1000011 | 11110001 | 111100 | 1001000 | 0 | 101 | 11111010 | 1010110 | 111100 |
Color Harmonies of #6043F1
Complementary color
Monochromatic Colors of #6043F1
Black with #6043F1
Text Example
Text Example
White with #6043F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6043F1; }
p { color: rgb(96,67,241); }
H1.HeaderClassName
{
color: #6043F1;
}
.AnyTagClassName
{
color: #6043F1;
}
</style>
background-color css
<style>
a { background-color: #6043F1; }
a { background-color: rgb(96,67,241); }
div.DivClassName
{
background-color: #6043F1;
}
.BgClassName
{
background-color: #6043F1;
}
</style>
border-color css
<style>
span { border-color: #6043F1; }
span { border-color: rgb(96,67,241); }
td.TdClassName
{
border-color: #6043F1;
}
.TagClassName
{
border-color: #6043F1;
}
</style>