Shades of Neon Blue #6440FC
Tints of Neon Blue #6440FC
RGB
CMYK
RGB Variations
Color information
#6440FC (or 0x6440FC) is known color: Neon Blue. HEX triplet: 64, 40 and FC. RGB value is (100,64,252). Sum of RGB (Red+Green+Blue) = 100+64+252=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #6440FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6440FC is #9BBF03. Grayscale: #5F5F5F. Windows color (decimal): -10206980 or 16531556. OLE color: 16531556.
HSL color Cylindrical-coordinate representation of color #6440FC: hue angle of 251.49º 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 #6440FC is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 64 | 252 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.01 |
| HSL | 251.49º | 0.97% | 0.62% | - |
| HSV(B) | 251.49º | 0.75% | 0.99% | - |
| XYZ | 24.66 | 13.4 | 93.38 | - |
| YUV | 96.2 | 215.93 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 252 | 0.60 | 0.75 | 0 | 0.01 | 251.49 | 0.97 | 0.62 |
| Hex | 64 | 40 | FC | 3C | 4B | 0 | 1 | FB | 61 | 3E |
| Octal | 144 | 100 | 374 | 74 | 113 | 0 | 1 | 373 | 141 | 76 |
| Binary | 1100100 | 1000000 | 11111100 | 111100 | 1001011 | 0 | 1 | 11111011 | 1100001 | 111110 |
Color Harmonies of #6440FC
Complementary color
Monochromatic Colors of #6440FC
Black with #6440FC
Text Example
Text Example
White with #6440FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6440FC; }
p { color: rgb(100,64,252); }
H1.HeaderClassName
{
color: #6440FC;
}
.AnyTagClassName
{
color: #6440FC;
}
</style>
background-color css
<style>
a { background-color: #6440FC; }
a { background-color: rgb(100,64,252); }
div.DivClassName
{
background-color: #6440FC;
}
.BgClassName
{
background-color: #6440FC;
}
</style>
border-color css
<style>
span { border-color: #6440FC; }
span { border-color: rgb(100,64,252); }
td.TdClassName
{
border-color: #6440FC;
}
.TagClassName
{
border-color: #6440FC;
}
</style>