Shades of Neon Blue #4561FF
Tints of Neon Blue #4561FF
RGB
CMYK
RGB Variations
Color information
#4561FF (or 0x4561FF) is known color: Neon Blue. HEX triplet: 45, 61 and FF. RGB value is (69,97,255). Sum of RGB (Red+Green+Blue) = 69+97+255=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #4561FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4561FF is #BA9E00. Grayscale: #696969. Windows color (decimal): -12230145 or 16736581. OLE color: 16736581.
HSL color Cylindrical-coordinate representation of color #4561FF: hue angle of 230.97º 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 #4561FF is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 97 | 255 | - |
| CMYK | 0.73 | 0.62 | 0 | 0 |
| HSL | 230.97º | 1% | 0.64% | - |
| HSV(B) | 230.97º | 0.73% | 1% | - |
| XYZ | 24.78 | 17.03 | 96.59 | - |
| YUV | 106.64 | 211.72 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 255 | 0.73 | 0.62 | 0 | 0 | 230.97 | 1 | 0.64 |
| Hex | 45 | 61 | FF | 49 | 3E | 0 | 0 | E7 | 64 | 40 |
| Octal | 105 | 141 | 377 | 111 | 76 | 0 | 0 | 347 | 144 | 100 |
| Binary | 1000101 | 1100001 | 11111111 | 1001001 | 111110 | 0 | 0 | 11100111 | 1100100 | 1000000 |
Color Harmonies of #4561FF
Complementary color
Monochromatic Colors of #4561FF
Black with #4561FF
Text Example
Text Example
White with #4561FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4561FF; }
p { color: rgb(69,97,255); }
H1.HeaderClassName
{
color: #4561FF;
}
.AnyTagClassName
{
color: #4561FF;
}
</style>
background-color css
<style>
a { background-color: #4561FF; }
a { background-color: rgb(69,97,255); }
div.DivClassName
{
background-color: #4561FF;
}
.BgClassName
{
background-color: #4561FF;
}
</style>
border-color css
<style>
span { border-color: #4561FF; }
span { border-color: rgb(69,97,255); }
td.TdClassName
{
border-color: #4561FF;
}
.TagClassName
{
border-color: #4561FF;
}
</style>