Shades of Neon Blue #4655FA
Tints of Neon Blue #4655FA
RGB
CMYK
RGB Variations
Color information
#4655FA (or 0x4655FA) is known color: Neon Blue. HEX triplet: 46, 55 and FA. RGB value is (70,85,250). Sum of RGB (Red+Green+Blue) = 70+85+250=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #4655FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4655FA is #B9AA05. Grayscale: #626262. Windows color (decimal): -12167686 or 16405830. OLE color: 16405830.
HSL color Cylindrical-coordinate representation of color #4655FA: hue angle of 235º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4655FA is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 85 | 250 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.02 |
| HSL | 235º | 0.95% | 0.63% | - |
| HSV(B) | 235º | 0.72% | 0.98% | - |
| XYZ | 23.03 | 14.7 | 92.07 | - |
| YUV | 99.33 | 213.03 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 250 | 0.72 | 0.66 | 0 | 0.02 | 235 | 0.95 | 0.63 |
| Hex | 46 | 55 | FA | 48 | 42 | 0 | 2 | EB | 5F | 3F |
| Octal | 106 | 125 | 372 | 110 | 102 | 0 | 2 | 353 | 137 | 77 |
| Binary | 1000110 | 1010101 | 11111010 | 1001000 | 1000010 | 0 | 10 | 11101011 | 1011111 | 111111 |
Color Harmonies of #4655FA
Complementary color
Monochromatic Colors of #4655FA
Black with #4655FA
Text Example
Text Example
White with #4655FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4655FA; }
p { color: rgb(70,85,250); }
H1.HeaderClassName
{
color: #4655FA;
}
.AnyTagClassName
{
color: #4655FA;
}
</style>
background-color css
<style>
a { background-color: #4655FA; }
a { background-color: rgb(70,85,250); }
div.DivClassName
{
background-color: #4655FA;
}
.BgClassName
{
background-color: #4655FA;
}
</style>
border-color css
<style>
span { border-color: #4655FA; }
span { border-color: rgb(70,85,250); }
td.TdClassName
{
border-color: #4655FA;
}
.TagClassName
{
border-color: #4655FA;
}
</style>