Shades of Neon Blue #4564FE
Tints of Neon Blue #4564FE
RGB
CMYK
RGB Variations
Color information
#4564FE (or 0x4564FE) is known color: Neon Blue. HEX triplet: 45, 64 and FE. RGB value is (69,100,254). Sum of RGB (Red+Green+Blue) = 69+100+254=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #4564FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4564FE is #BA9B01. Grayscale: #6B6B6B. Windows color (decimal): -12229378 or 16671813. OLE color: 16671813.
HSL color Cylindrical-coordinate representation of color #4564FE: hue angle of 229.95º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4564FE is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 100 | 254 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.00 |
| HSL | 229.95º | 0.99% | 0.63% | - |
| HSV(B) | 229.95º | 0.73% | 1% | - |
| XYZ | 24.9 | 17.54 | 95.84 | - |
| YUV | 108.29 | 210.23 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 254 | 0.73 | 0.61 | 0 | 0.00 | 229.95 | 0.99 | 0.63 |
| Hex | 45 | 64 | FE | 49 | 3D | 0 | 0 | E6 | 63 | 3F |
| Octal | 105 | 144 | 376 | 111 | 75 | 0 | 0 | 346 | 143 | 77 |
| Binary | 1000101 | 1100100 | 11111110 | 1001001 | 111101 | 0 | 0 | 11100110 | 1100011 | 111111 |
Color Harmonies of #4564FE
Complementary color
Monochromatic Colors of #4564FE
Black with #4564FE
Text Example
Text Example
White with #4564FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4564FE; }
p { color: rgb(69,100,254); }
H1.HeaderClassName
{
color: #4564FE;
}
.AnyTagClassName
{
color: #4564FE;
}
</style>
background-color css
<style>
a { background-color: #4564FE; }
a { background-color: rgb(69,100,254); }
div.DivClassName
{
background-color: #4564FE;
}
.BgClassName
{
background-color: #4564FE;
}
</style>
border-color css
<style>
span { border-color: #4564FE; }
span { border-color: rgb(69,100,254); }
td.TdClassName
{
border-color: #4564FE;
}
.TagClassName
{
border-color: #4564FE;
}
</style>