Shades of Neon Blue #4762FB
Tints of Neon Blue #4762FB
RGB
CMYK
RGB Variations
Color information
#4762FB (or 0x4762FB) is known color: Neon Blue. HEX triplet: 47, 62 and FB. RGB value is (71,98,251). Sum of RGB (Red+Green+Blue) = 71+98+251=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #4762FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4762FB is #B89D04. Grayscale: #6A6A6A. Windows color (decimal): -12098821 or 16474695. OLE color: 16474695.
HSL color Cylindrical-coordinate representation of color #4762FB: hue angle of 231º degrees, saturation: 0.96, 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 #4762FB is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 98 | 251 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.02 |
| HSL | 231º | 0.96% | 0.63% | - |
| HSV(B) | 231º | 0.72% | 0.98% | - |
| XYZ | 24.38 | 17.04 | 93.27 | - |
| YUV | 107.37 | 209.05 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 251 | 0.72 | 0.61 | 0 | 0.02 | 231 | 0.96 | 0.63 |
| Hex | 47 | 62 | FB | 48 | 3D | 0 | 2 | E7 | 60 | 3F |
| Octal | 107 | 142 | 373 | 110 | 75 | 0 | 2 | 347 | 140 | 77 |
| Binary | 1000111 | 1100010 | 11111011 | 1001000 | 111101 | 0 | 10 | 11100111 | 1100000 | 111111 |
Color Harmonies of #4762FB
Complementary color
Monochromatic Colors of #4762FB
Black with #4762FB
Text Example
Text Example
White with #4762FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4762FB; }
p { color: rgb(71,98,251); }
H1.HeaderClassName
{
color: #4762FB;
}
.AnyTagClassName
{
color: #4762FB;
}
</style>
background-color css
<style>
a { background-color: #4762FB; }
a { background-color: rgb(71,98,251); }
div.DivClassName
{
background-color: #4762FB;
}
.BgClassName
{
background-color: #4762FB;
}
</style>
border-color css
<style>
span { border-color: #4762FB; }
span { border-color: rgb(71,98,251); }
td.TdClassName
{
border-color: #4762FB;
}
.TagClassName
{
border-color: #4762FB;
}
</style>