Shades of Neon Blue #6540FC
Tints of Neon Blue #6540FC
RGB
CMYK
RGB Variations
Color information
#6540FC (or 0x6540FC) is known color: Neon Blue. HEX triplet: 65, 40 and FC. RGB value is (101,64,252). Sum of RGB (Red+Green+Blue) = 101+64+252=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #6540FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6540FC is #9ABF03. Grayscale: #5F5F5F. Windows color (decimal): -10141444 or 16531557. OLE color: 16531557.
HSL color Cylindrical-coordinate representation of color #6540FC: hue angle of 251.81º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6540FC is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 64 | 252 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.01 |
| HSL | 251.81º | 0.97% | 0.62% | - |
| HSV(B) | 251.81º | 0.75% | 0.99% | - |
| XYZ | 24.77 | 13.46 | 93.39 | - |
| YUV | 96.5 | 215.76 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 252 | 0.60 | 0.75 | 0 | 0.01 | 251.81 | 0.97 | 0.62 |
| Hex | 65 | 40 | FC | 3C | 4B | 0 | 1 | FC | 61 | 3E |
| Octal | 145 | 100 | 374 | 74 | 113 | 0 | 1 | 374 | 141 | 76 |
| Binary | 1100101 | 1000000 | 11111100 | 111100 | 1001011 | 0 | 1 | 11111100 | 1100001 | 111110 |
Color Harmonies of #6540FC
Complementary color
Monochromatic Colors of #6540FC
Black with #6540FC
Text Example
Text Example
White with #6540FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6540FC; }
p { color: rgb(101,64,252); }
H1.HeaderClassName
{
color: #6540FC;
}
.AnyTagClassName
{
color: #6540FC;
}
</style>
background-color css
<style>
a { background-color: #6540FC; }
a { background-color: rgb(101,64,252); }
div.DivClassName
{
background-color: #6540FC;
}
.BgClassName
{
background-color: #6540FC;
}
</style>
border-color css
<style>
span { border-color: #6540FC; }
span { border-color: rgb(101,64,252); }
td.TdClassName
{
border-color: #6540FC;
}
.TagClassName
{
border-color: #6540FC;
}
</style>