Shades of Neon Blue #4640FB
Tints of Neon Blue #4640FB
RGB
CMYK
RGB Variations
Color information
#4640FB (or 0x4640FB) is known color: Neon Blue. HEX triplet: 46, 40 and FB. RGB value is (70,64,251). Sum of RGB (Red+Green+Blue) = 70+64+251=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #4640FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4640FB is #B9BF04. Grayscale: #565656. Windows color (decimal): -12173061 or 16465990. OLE color: 16465990.
HSL color Cylindrical-coordinate representation of color #4640FB: hue angle of 241.93º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4640FB is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 64 | 251 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.02 |
| HSL | 241.93º | 0.96% | 0.62% | - |
| HSV(B) | 241.93º | 0.75% | 0.98% | - |
| XYZ | 21.77 | 11.93 | 92.42 | - |
| YUV | 87.11 | 220.49 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 251 | 0.72 | 0.75 | 0 | 0.02 | 241.93 | 0.96 | 0.62 |
| Hex | 46 | 40 | FB | 48 | 4B | 0 | 2 | F2 | 60 | 3E |
| Octal | 106 | 100 | 373 | 110 | 113 | 0 | 2 | 362 | 140 | 76 |
| Binary | 1000110 | 1000000 | 11111011 | 1001000 | 1001011 | 0 | 10 | 11110010 | 1100000 | 111110 |
Color Harmonies of #4640FB
Complementary color
Monochromatic Colors of #4640FB
Black with #4640FB
Text Example
Text Example
White with #4640FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4640FB; }
p { color: rgb(70,64,251); }
H1.HeaderClassName
{
color: #4640FB;
}
.AnyTagClassName
{
color: #4640FB;
}
</style>
background-color css
<style>
a { background-color: #4640FB; }
a { background-color: rgb(70,64,251); }
div.DivClassName
{
background-color: #4640FB;
}
.BgClassName
{
background-color: #4640FB;
}
</style>
border-color css
<style>
span { border-color: #4640FB; }
span { border-color: rgb(70,64,251); }
td.TdClassName
{
border-color: #4640FB;
}
.TagClassName
{
border-color: #4640FB;
}
</style>