Shades of Neon Blue #6455FE
Tints of Neon Blue #6455FE
RGB
CMYK
RGB Variations
Color information
#6455FE (or 0x6455FE) is known color: Neon Blue. HEX triplet: 64, 55 and FE. RGB value is (100,85,254). Sum of RGB (Red+Green+Blue) = 100+85+254=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #6455FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6455FE is #9BAA01. Grayscale: #6C6C6C. Windows color (decimal): -10201602 or 16668004. OLE color: 16668004.
HSL color Cylindrical-coordinate representation of color #6455FE: hue angle of 245.33º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6455FE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 85 | 254 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.00 |
| HSL | 245.33º | 0.99% | 0.66% | - |
| HSV(B) | 245.33º | 0.67% | 1% | - |
| XYZ | 26.39 | 16.36 | 95.53 | - |
| YUV | 108.75 | 209.97 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 254 | 0.61 | 0.67 | 0 | 0.00 | 245.33 | 0.99 | 0.66 |
| Hex | 64 | 55 | FE | 3D | 43 | 0 | 0 | F5 | 63 | 42 |
| Octal | 144 | 125 | 376 | 75 | 103 | 0 | 0 | 365 | 143 | 102 |
| Binary | 1100100 | 1010101 | 11111110 | 111101 | 1000011 | 0 | 0 | 11110101 | 1100011 | 1000010 |
Color Harmonies of #6455FE
Complementary color
Monochromatic Colors of #6455FE
Black with #6455FE
Text Example
Text Example
White with #6455FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6455FE; }
p { color: rgb(100,85,254); }
H1.HeaderClassName
{
color: #6455FE;
}
.AnyTagClassName
{
color: #6455FE;
}
</style>
background-color css
<style>
a { background-color: #6455FE; }
a { background-color: rgb(100,85,254); }
div.DivClassName
{
background-color: #6455FE;
}
.BgClassName
{
background-color: #6455FE;
}
</style>
border-color css
<style>
span { border-color: #6455FE; }
span { border-color: rgb(100,85,254); }
td.TdClassName
{
border-color: #6455FE;
}
.TagClassName
{
border-color: #6455FE;
}
</style>