Shades of Neon Blue #4761FF
Tints of Neon Blue #4761FF
RGB
CMYK
RGB Variations
Color information
#4761FF (or 0x4761FF) is known color: Neon Blue. HEX triplet: 47, 61 and FF. RGB value is (71,97,255). Sum of RGB (Red+Green+Blue) = 71+97+255=423 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.78% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #4761FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4761FF is #B89E00. Grayscale: #6A6A6A. Windows color (decimal): -12099073 or 16736583. OLE color: 16736583.
HSL color Cylindrical-coordinate representation of color #4761FF: hue angle of 231.52º 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 #4761FF is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 97 | 255 | - |
| CMYK | 0.72 | 0.62 | 0 | 0 |
| HSL | 231.52º | 1% | 0.64% | - |
| HSV(B) | 231.52º | 0.72% | 1% | - |
| XYZ | 24.92 | 17.11 | 96.6 | - |
| YUV | 107.24 | 211.39 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 255 | 0.72 | 0.62 | 0 | 0 | 231.52 | 1 | 0.64 |
| Hex | 47 | 61 | FF | 48 | 3E | 0 | 0 | E8 | 64 | 40 |
| Octal | 107 | 141 | 377 | 110 | 76 | 0 | 0 | 350 | 144 | 100 |
| Binary | 1000111 | 1100001 | 11111111 | 1001000 | 111110 | 0 | 0 | 11101000 | 1100100 | 1000000 |
Color Harmonies of #4761FF
Complementary color
Monochromatic Colors of #4761FF
Black with #4761FF
Text Example
Text Example
White with #4761FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4761FF; }
p { color: rgb(71,97,255); }
H1.HeaderClassName
{
color: #4761FF;
}
.AnyTagClassName
{
color: #4761FF;
}
</style>
background-color css
<style>
a { background-color: #4761FF; }
a { background-color: rgb(71,97,255); }
div.DivClassName
{
background-color: #4761FF;
}
.BgClassName
{
background-color: #4761FF;
}
</style>
border-color css
<style>
span { border-color: #4761FF; }
span { border-color: rgb(71,97,255); }
td.TdClassName
{
border-color: #4761FF;
}
.TagClassName
{
border-color: #4761FF;
}
</style>