Shades of Neon Blue #6540FB
Tints of Neon Blue #6540FB
RGB
CMYK
RGB Variations
Color information
#6540FB (or 0x6540FB) is known color: Neon Blue. HEX triplet: 65, 40 and FB. RGB value is (101,64,251). Sum of RGB (Red+Green+Blue) = 101+64+251=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #6540FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6540FB is #9ABF04. Grayscale: #5F5F5F. Windows color (decimal): -10141445 or 16466021. OLE color: 16466021.
HSL color Cylindrical-coordinate representation of color #6540FB: hue angle of 251.87º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6540FB is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 64 | 251 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.02 |
| HSL | 251.87º | 0.96% | 0.62% | - |
| HSV(B) | 251.87º | 0.75% | 0.98% | - |
| XYZ | 24.61 | 13.4 | 92.56 | - |
| YUV | 96.38 | 215.26 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 251 | 0.60 | 0.75 | 0 | 0.02 | 251.87 | 0.96 | 0.62 |
| Hex | 65 | 40 | FB | 3C | 4B | 0 | 2 | FC | 60 | 3E |
| Octal | 145 | 100 | 373 | 74 | 113 | 0 | 2 | 374 | 140 | 76 |
| Binary | 1100101 | 1000000 | 11111011 | 111100 | 1001011 | 0 | 10 | 11111100 | 1100000 | 111110 |
Color Harmonies of #6540FB
Complementary color
Monochromatic Colors of #6540FB
Black with #6540FB
Text Example
Text Example
White with #6540FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6540FB; }
p { color: rgb(101,64,251); }
H1.HeaderClassName
{
color: #6540FB;
}
.AnyTagClassName
{
color: #6540FB;
}
</style>
background-color css
<style>
a { background-color: #6540FB; }
a { background-color: rgb(101,64,251); }
div.DivClassName
{
background-color: #6540FB;
}
.BgClassName
{
background-color: #6540FB;
}
</style>
border-color css
<style>
span { border-color: #6540FB; }
span { border-color: rgb(101,64,251); }
td.TdClassName
{
border-color: #6540FB;
}
.TagClassName
{
border-color: #6540FB;
}
</style>