Shades of Neon Blue #6450FC
Tints of Neon Blue #6450FC
RGB
CMYK
RGB Variations
Color information
#6450FC (or 0x6450FC) is known color: Neon Blue. HEX triplet: 64, 50 and FC. RGB value is (100,80,252). Sum of RGB (Red+Green+Blue) = 100+80+252=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #6450FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6450FC is #9BAF03. Grayscale: #686868. Windows color (decimal): -10202884 or 16535652. OLE color: 16535652.
HSL color Cylindrical-coordinate representation of color #6450FC: hue angle of 246.98º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6450FC is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 80 | 252 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.01 |
| HSL | 246.98º | 0.97% | 0.65% | - |
| HSV(B) | 246.98º | 0.68% | 0.99% | - |
| XYZ | 25.69 | 15.47 | 93.73 | - |
| YUV | 105.59 | 210.63 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 252 | 0.60 | 0.68 | 0 | 0.01 | 246.98 | 0.97 | 0.65 |
| Hex | 64 | 50 | FC | 3C | 44 | 0 | 1 | F7 | 61 | 41 |
| Octal | 144 | 120 | 374 | 74 | 104 | 0 | 1 | 367 | 141 | 101 |
| Binary | 1100100 | 1010000 | 11111100 | 111100 | 1000100 | 0 | 1 | 11110111 | 1100001 | 1000001 |
Color Harmonies of #6450FC
Complementary color
Monochromatic Colors of #6450FC
Black with #6450FC
Text Example
Text Example
White with #6450FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450FC; }
p { color: rgb(100,80,252); }
H1.HeaderClassName
{
color: #6450FC;
}
.AnyTagClassName
{
color: #6450FC;
}
</style>
background-color css
<style>
a { background-color: #6450FC; }
a { background-color: rgb(100,80,252); }
div.DivClassName
{
background-color: #6450FC;
}
.BgClassName
{
background-color: #6450FC;
}
</style>
border-color css
<style>
span { border-color: #6450FC; }
span { border-color: rgb(100,80,252); }
td.TdClassName
{
border-color: #6450FC;
}
.TagClassName
{
border-color: #6450FC;
}
</style>