Shades of Neon Blue #4562FF
Tints of Neon Blue #4562FF
RGB
CMYK
RGB Variations
Color information
#4562FF (or 0x4562FF) is known color: Neon Blue. HEX triplet: 45, 62 and FF. RGB value is (69,98,255). Sum of RGB (Red+Green+Blue) = 69+98+255=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #4562FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4562FF is #BA9D00. Grayscale: #6A6A6A. Windows color (decimal): -12229889 or 16736837. OLE color: 16736837.
HSL color Cylindrical-coordinate representation of color #4562FF: hue angle of 230.65º 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 #4562FF is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 98 | 255 | - |
| CMYK | 0.73 | 0.62 | 0 | 0 |
| HSL | 230.65º | 1% | 0.64% | - |
| HSV(B) | 230.65º | 0.73% | 1% | - |
| XYZ | 24.87 | 17.22 | 96.62 | - |
| YUV | 107.23 | 211.39 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 255 | 0.73 | 0.62 | 0 | 0 | 230.65 | 1 | 0.64 |
| Hex | 45 | 62 | FF | 49 | 3E | 0 | 0 | E7 | 64 | 40 |
| Octal | 105 | 142 | 377 | 111 | 76 | 0 | 0 | 347 | 144 | 100 |
| Binary | 1000101 | 1100010 | 11111111 | 1001001 | 111110 | 0 | 0 | 11100111 | 1100100 | 1000000 |
Color Harmonies of #4562FF
Complementary color
Monochromatic Colors of #4562FF
Black with #4562FF
Text Example
Text Example
White with #4562FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4562FF; }
p { color: rgb(69,98,255); }
H1.HeaderClassName
{
color: #4562FF;
}
.AnyTagClassName
{
color: #4562FF;
}
</style>
background-color css
<style>
a { background-color: #4562FF; }
a { background-color: rgb(69,98,255); }
div.DivClassName
{
background-color: #4562FF;
}
.BgClassName
{
background-color: #4562FF;
}
</style>
border-color css
<style>
span { border-color: #4562FF; }
span { border-color: rgb(69,98,255); }
td.TdClassName
{
border-color: #4562FF;
}
.TagClassName
{
border-color: #4562FF;
}
</style>