Shades of Neon Blue #6041FB
Tints of Neon Blue #6041FB
RGB
CMYK
RGB Variations
Color information
#6041FB (or 0x6041FB) is known color: Neon Blue. HEX triplet: 60, 41 and FB. RGB value is (96,65,251). Sum of RGB (Red+Green+Blue) = 96+65+251=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #6041FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6041FB is #9FBE04. Grayscale: #5E5E5E. Windows color (decimal): -10468869 or 16466272. OLE color: 16466272.
HSL color Cylindrical-coordinate representation of color #6041FB: hue angle of 250º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6041FB is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 65 | 251 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.02 |
| HSL | 250º | 0.96% | 0.62% | - |
| HSV(B) | 250º | 0.74% | 0.98% | - |
| XYZ | 24.13 | 13.23 | 92.55 | - |
| YUV | 95.47 | 215.77 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 251 | 0.62 | 0.74 | 0 | 0.02 | 250 | 0.96 | 0.62 |
| Hex | 60 | 41 | FB | 3E | 4A | 0 | 2 | FA | 60 | 3E |
| Octal | 140 | 101 | 373 | 76 | 112 | 0 | 2 | 372 | 140 | 76 |
| Binary | 1100000 | 1000001 | 11111011 | 111110 | 1001010 | 0 | 10 | 11111010 | 1100000 | 111110 |
Color Harmonies of #6041FB
Complementary color
Monochromatic Colors of #6041FB
Black with #6041FB
Text Example
Text Example
White with #6041FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6041FB; }
p { color: rgb(96,65,251); }
H1.HeaderClassName
{
color: #6041FB;
}
.AnyTagClassName
{
color: #6041FB;
}
</style>
background-color css
<style>
a { background-color: #6041FB; }
a { background-color: rgb(96,65,251); }
div.DivClassName
{
background-color: #6041FB;
}
.BgClassName
{
background-color: #6041FB;
}
</style>
border-color css
<style>
span { border-color: #6041FB; }
span { border-color: rgb(96,65,251); }
td.TdClassName
{
border-color: #6041FB;
}
.TagClassName
{
border-color: #6041FB;
}
</style>