Shades of Neon Blue #4758FB
Tints of Neon Blue #4758FB
RGB
CMYK
RGB Variations
Color information
#4758FB (or 0x4758FB) is known color: Neon Blue. HEX triplet: 47, 58 and FB. RGB value is (71,88,251). Sum of RGB (Red+Green+Blue) = 71+88+251=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #4758FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4758FB is #B8A704. Grayscale: #646464. Windows color (decimal): -12101381 or 16472135. OLE color: 16472135.
HSL color Cylindrical-coordinate representation of color #4758FB: hue angle of 234.33º 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 #4758FB is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 88 | 251 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.02 |
| HSL | 234.33º | 0.96% | 0.63% | - |
| HSV(B) | 234.33º | 0.72% | 0.98% | - |
| XYZ | 23.5 | 15.28 | 92.98 | - |
| YUV | 101.5 | 212.37 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 251 | 0.72 | 0.65 | 0 | 0.02 | 234.33 | 0.96 | 0.63 |
| Hex | 47 | 58 | FB | 48 | 41 | 0 | 2 | EA | 60 | 3F |
| Octal | 107 | 130 | 373 | 110 | 101 | 0 | 2 | 352 | 140 | 77 |
| Binary | 1000111 | 1011000 | 11111011 | 1001000 | 1000001 | 0 | 10 | 11101010 | 1100000 | 111111 |
Color Harmonies of #4758FB
Complementary color
Monochromatic Colors of #4758FB
Black with #4758FB
Text Example
Text Example
White with #4758FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4758FB; }
p { color: rgb(71,88,251); }
H1.HeaderClassName
{
color: #4758FB;
}
.AnyTagClassName
{
color: #4758FB;
}
</style>
background-color css
<style>
a { background-color: #4758FB; }
a { background-color: rgb(71,88,251); }
div.DivClassName
{
background-color: #4758FB;
}
.BgClassName
{
background-color: #4758FB;
}
</style>
border-color css
<style>
span { border-color: #4758FB; }
span { border-color: rgb(71,88,251); }
td.TdClassName
{
border-color: #4758FB;
}
.TagClassName
{
border-color: #4758FB;
}
</style>