Shades of Neon Blue #6454FF
Tints of Neon Blue #6454FF
RGB
CMYK
RGB Variations
Color information
#6454FF (or 0x6454FF) is known color: Neon Blue. HEX triplet: 64, 54 and FF. RGB value is (100,84,255). Sum of RGB (Red+Green+Blue) = 100+84+255=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #6454FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6454FF is #9BAB00. Grayscale: #6B6B6B. Windows color (decimal): -10201857 or 16733284. OLE color: 16733284.
HSL color Cylindrical-coordinate representation of color #6454FF: hue angle of 245.61º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6454FF is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 84 | 255 | - |
| CMYK | 0.61 | 0.67 | 0 | 0 |
| HSL | 245.61º | 1% | 0.66% | - |
| HSV(B) | 245.61º | 0.67% | 1% | - |
| XYZ | 26.48 | 16.27 | 96.35 | - |
| YUV | 108.28 | 210.8 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 255 | 0.61 | 0.67 | 0 | 0 | 245.61 | 1 | 0.66 |
| Hex | 64 | 54 | FF | 3D | 43 | 0 | 0 | F6 | 64 | 42 |
| Octal | 144 | 124 | 377 | 75 | 103 | 0 | 0 | 366 | 144 | 102 |
| Binary | 1100100 | 1010100 | 11111111 | 111101 | 1000011 | 0 | 0 | 11110110 | 1100100 | 1000010 |
Color Harmonies of #6454FF
Complementary color
Monochromatic Colors of #6454FF
Black with #6454FF
Text Example
Text Example
White with #6454FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6454FF; }
p { color: rgb(100,84,255); }
H1.HeaderClassName
{
color: #6454FF;
}
.AnyTagClassName
{
color: #6454FF;
}
</style>
background-color css
<style>
a { background-color: #6454FF; }
a { background-color: rgb(100,84,255); }
div.DivClassName
{
background-color: #6454FF;
}
.BgClassName
{
background-color: #6454FF;
}
</style>
border-color css
<style>
span { border-color: #6454FF; }
span { border-color: rgb(100,84,255); }
td.TdClassName
{
border-color: #6454FF;
}
.TagClassName
{
border-color: #6454FF;
}
</style>