Shades of Neon Blue #6457FF
Tints of Neon Blue #6457FF
RGB
CMYK
RGB Variations
Color information
#6457FF (or 0x6457FF) is known color: Neon Blue. HEX triplet: 64, 57 and FF. RGB value is (100,87,255). Sum of RGB (Red+Green+Blue) = 100+87+255=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #6457FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6457FF is #9BA800. Grayscale: #6D6D6D. Windows color (decimal): -10201089 or 16734052. OLE color: 16734052.
HSL color Cylindrical-coordinate representation of color #6457FF: hue angle of 244.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6457FF is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 87 | 255 | - |
| CMYK | 0.61 | 0.66 | 0 | 0 |
| HSL | 244.64º | 1% | 0.67% | - |
| HSV(B) | 244.64º | 0.66% | 1% | - |
| XYZ | 26.71 | 16.75 | 96.43 | - |
| YUV | 110.04 | 209.81 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 255 | 0.61 | 0.66 | 0 | 0 | 244.64 | 1 | 0.67 |
| Hex | 64 | 57 | FF | 3D | 42 | 0 | 0 | F5 | 64 | 43 |
| Octal | 144 | 127 | 377 | 75 | 102 | 0 | 0 | 365 | 144 | 103 |
| Binary | 1100100 | 1010111 | 11111111 | 111101 | 1000010 | 0 | 0 | 11110101 | 1100100 | 1000011 |
Color Harmonies of #6457FF
Complementary color
Monochromatic Colors of #6457FF
Black with #6457FF
Text Example
Text Example
White with #6457FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6457FF; }
p { color: rgb(100,87,255); }
H1.HeaderClassName
{
color: #6457FF;
}
.AnyTagClassName
{
color: #6457FF;
}
</style>
background-color css
<style>
a { background-color: #6457FF; }
a { background-color: rgb(100,87,255); }
div.DivClassName
{
background-color: #6457FF;
}
.BgClassName
{
background-color: #6457FF;
}
</style>
border-color css
<style>
span { border-color: #6457FF; }
span { border-color: rgb(100,87,255); }
td.TdClassName
{
border-color: #6457FF;
}
.TagClassName
{
border-color: #6457FF;
}
</style>