Shades of Neon Blue #4758FF
Tints of Neon Blue #4758FF
RGB
CMYK
RGB Variations
Color information
#4758FF (or 0x4758FF) is known color: Neon Blue. HEX triplet: 47, 58 and FF. RGB value is (71,88,255). Sum of RGB (Red+Green+Blue) = 71+88+255=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #4758FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4758FF is #B8A700. Grayscale: #656565. Windows color (decimal): -12101377 or 16734279. OLE color: 16734279.
HSL color Cylindrical-coordinate representation of color #4758FF: hue angle of 234.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4758FF is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 88 | 255 | - |
| CMYK | 0.72 | 0.65 | 0 | 0 |
| HSL | 234.46º | 1% | 0.64% | - |
| HSV(B) | 234.46º | 0.72% | 1% | - |
| XYZ | 24.14 | 15.54 | 96.33 | - |
| YUV | 101.96 | 214.37 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 255 | 0.72 | 0.65 | 0 | 0 | 234.46 | 1 | 0.64 |
| Hex | 47 | 58 | FF | 48 | 41 | 0 | 0 | EA | 64 | 40 |
| Octal | 107 | 130 | 377 | 110 | 101 | 0 | 0 | 352 | 144 | 100 |
| Binary | 1000111 | 1011000 | 11111111 | 1001000 | 1000001 | 0 | 0 | 11101010 | 1100100 | 1000000 |
Color Harmonies of #4758FF
Complementary color
Monochromatic Colors of #4758FF
Black with #4758FF
Text Example
Text Example
White with #4758FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4758FF; }
p { color: rgb(71,88,255); }
H1.HeaderClassName
{
color: #4758FF;
}
.AnyTagClassName
{
color: #4758FF;
}
</style>
background-color css
<style>
a { background-color: #4758FF; }
a { background-color: rgb(71,88,255); }
div.DivClassName
{
background-color: #4758FF;
}
.BgClassName
{
background-color: #4758FF;
}
</style>
border-color css
<style>
span { border-color: #4758FF; }
span { border-color: rgb(71,88,255); }
td.TdClassName
{
border-color: #4758FF;
}
.TagClassName
{
border-color: #4758FF;
}
</style>