Shades of Neon Blue #4758FD
Tints of Neon Blue #4758FD
RGB
CMYK
RGB Variations
Color information
#4758FD (or 0x4758FD) is known color: Neon Blue. HEX triplet: 47, 58 and FD. RGB value is (71,88,253). Sum of RGB (Red+Green+Blue) = 71+88+253=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #4758FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4758FD is #B8A702. Grayscale: #656565. Windows color (decimal): -12101379 or 16603207. OLE color: 16603207.
HSL color Cylindrical-coordinate representation of color #4758FD: hue angle of 234.4º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4758FD is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 88 | 253 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.01 |
| HSL | 234.4º | 0.98% | 0.64% | - |
| HSV(B) | 234.4º | 0.72% | 0.99% | - |
| XYZ | 23.82 | 15.41 | 94.65 | - |
| YUV | 101.73 | 213.37 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 253 | 0.72 | 0.65 | 0 | 0.01 | 234.4 | 0.98 | 0.64 |
| Hex | 47 | 58 | FD | 48 | 41 | 0 | 1 | EA | 62 | 40 |
| Octal | 107 | 130 | 375 | 110 | 101 | 0 | 1 | 352 | 142 | 100 |
| Binary | 1000111 | 1011000 | 11111101 | 1001000 | 1000001 | 0 | 1 | 11101010 | 1100010 | 1000000 |
Color Harmonies of #4758FD
Complementary color
Monochromatic Colors of #4758FD
Black with #4758FD
Text Example
Text Example
White with #4758FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4758FD; }
p { color: rgb(71,88,253); }
H1.HeaderClassName
{
color: #4758FD;
}
.AnyTagClassName
{
color: #4758FD;
}
</style>
background-color css
<style>
a { background-color: #4758FD; }
a { background-color: rgb(71,88,253); }
div.DivClassName
{
background-color: #4758FD;
}
.BgClassName
{
background-color: #4758FD;
}
</style>
border-color css
<style>
span { border-color: #4758FD; }
span { border-color: rgb(71,88,253); }
td.TdClassName
{
border-color: #4758FD;
}
.TagClassName
{
border-color: #4758FD;
}
</style>