Shades of Neon Blue #6541FE
Tints of Neon Blue #6541FE
RGB
CMYK
RGB Variations
Color information
#6541FE (or 0x6541FE) is known color: Neon Blue. HEX triplet: 65, 41 and FE. RGB value is (101,65,254). Sum of RGB (Red+Green+Blue) = 101+65+254=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #6541FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6541FE is #9ABE01. Grayscale: #606060. Windows color (decimal): -10141186 or 16662885. OLE color: 16662885.
HSL color Cylindrical-coordinate representation of color #6541FE: hue angle of 251.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6541FE is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 65 | 254 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.00 |
| HSL | 251.43º | 0.99% | 0.63% | - |
| HSV(B) | 251.43º | 0.74% | 1% | - |
| XYZ | 25.15 | 13.7 | 95.09 | - |
| YUV | 97.31 | 216.43 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 254 | 0.60 | 0.74 | 0 | 0.00 | 251.43 | 0.99 | 0.63 |
| Hex | 65 | 41 | FE | 3C | 4A | 0 | 0 | FB | 63 | 3F |
| Octal | 145 | 101 | 376 | 74 | 112 | 0 | 0 | 373 | 143 | 77 |
| Binary | 1100101 | 1000001 | 11111110 | 111100 | 1001010 | 0 | 0 | 11111011 | 1100011 | 111111 |
Color Harmonies of #6541FE
Complementary color
Monochromatic Colors of #6541FE
Black with #6541FE
Text Example
Text Example
White with #6541FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6541FE; }
p { color: rgb(101,65,254); }
H1.HeaderClassName
{
color: #6541FE;
}
.AnyTagClassName
{
color: #6541FE;
}
</style>
background-color css
<style>
a { background-color: #6541FE; }
a { background-color: rgb(101,65,254); }
div.DivClassName
{
background-color: #6541FE;
}
.BgClassName
{
background-color: #6541FE;
}
</style>
border-color css
<style>
span { border-color: #6541FE; }
span { border-color: rgb(101,65,254); }
td.TdClassName
{
border-color: #6541FE;
}
.TagClassName
{
border-color: #6541FE;
}
</style>