Shades of Neon Blue #4564FF
Tints of Neon Blue #4564FF
RGB
CMYK
RGB Variations
Color information
#4564FF (or 0x4564FF) is known color: Neon Blue. HEX triplet: 45, 64 and FF. RGB value is (69,100,255). Sum of RGB (Red+Green+Blue) = 69+100+255=424 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.27% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #4564FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4564FF is #BA9B00. Grayscale: #6B6B6B. Windows color (decimal): -12229377 or 16737349. OLE color: 16737349.
HSL color Cylindrical-coordinate representation of color #4564FF: hue angle of 230º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4564FF is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 100 | 255 | - |
| CMYK | 0.73 | 0.61 | 0 | 0 |
| HSL | 230º | 1% | 0.64% | - |
| HSV(B) | 230º | 0.73% | 1% | - |
| XYZ | 25.06 | 17.6 | 96.68 | - |
| YUV | 108.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 255 | 0.73 | 0.61 | 0 | 0 | 230 | 1 | 0.64 |
| Hex | 45 | 64 | FF | 49 | 3D | 0 | 0 | E6 | 64 | 40 |
| Octal | 105 | 144 | 377 | 111 | 75 | 0 | 0 | 346 | 144 | 100 |
| Binary | 1000101 | 1100100 | 11111111 | 1001001 | 111101 | 0 | 0 | 11100110 | 1100100 | 1000000 |
Color Harmonies of #4564FF
Complementary color
Monochromatic Colors of #4564FF
Black with #4564FF
Text Example
Text Example
White with #4564FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4564FF; }
p { color: rgb(69,100,255); }
H1.HeaderClassName
{
color: #4564FF;
}
.AnyTagClassName
{
color: #4564FF;
}
</style>
background-color css
<style>
a { background-color: #4564FF; }
a { background-color: rgb(69,100,255); }
div.DivClassName
{
background-color: #4564FF;
}
.BgClassName
{
background-color: #4564FF;
}
</style>
border-color css
<style>
span { border-color: #4564FF; }
span { border-color: rgb(69,100,255); }
td.TdClassName
{
border-color: #4564FF;
}
.TagClassName
{
border-color: #4564FF;
}
</style>