Shades of Neon Blue #4560F8
Tints of Neon Blue #4560F8
RGB
CMYK
RGB Variations
Color information
#4560F8 (or 0x4560F8) is known color: Neon Blue. HEX triplet: 45, 60 and F8. RGB value is (69,96,248). Sum of RGB (Red+Green+Blue) = 69+96+248=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #4560F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4560F8 is #BA9F07. Grayscale: #686868. Windows color (decimal): -12230408 or 16277573. OLE color: 16277573.
HSL color Cylindrical-coordinate representation of color #4560F8: hue angle of 230.95º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4560F8 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 96 | 248 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.03 |
| HSL | 230.95º | 0.93% | 0.62% | - |
| HSV(B) | 230.95º | 0.72% | 0.97% | - |
| XYZ | 23.58 | 16.41 | 90.73 | - |
| YUV | 105.26 | 208.55 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 248 | 0.72 | 0.61 | 0 | 0.03 | 230.95 | 0.93 | 0.62 |
| Hex | 45 | 60 | F8 | 48 | 3D | 0 | 3 | E7 | 5D | 3E |
| Octal | 105 | 140 | 370 | 110 | 75 | 0 | 3 | 347 | 135 | 76 |
| Binary | 1000101 | 1100000 | 11111000 | 1001000 | 111101 | 0 | 11 | 11100111 | 1011101 | 111110 |
Color Harmonies of #4560F8
Complementary color
Monochromatic Colors of #4560F8
Black with #4560F8
Text Example
Text Example
White with #4560F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4560F8; }
p { color: rgb(69,96,248); }
H1.HeaderClassName
{
color: #4560F8;
}
.AnyTagClassName
{
color: #4560F8;
}
</style>
background-color css
<style>
a { background-color: #4560F8; }
a { background-color: rgb(69,96,248); }
div.DivClassName
{
background-color: #4560F8;
}
.BgClassName
{
background-color: #4560F8;
}
</style>
border-color css
<style>
span { border-color: #4560F8; }
span { border-color: rgb(69,96,248); }
td.TdClassName
{
border-color: #4560F8;
}
.TagClassName
{
border-color: #4560F8;
}
</style>