#4760FC

Color #4760FC Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4760FC

Tints of Neon Blue #4760FC

Color information

#4760FC (or 0x4760FC) is unknown color: approx Neon Blue. HEX triplet: 47, 60 and FC. RGB value is (71,96,252). Sum of RGB (Red+Green+Blue) = 71+96+252=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #4760FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4760FC is #B89F03. Grayscale: #696969. Windows color (decimal): -12099332 or 16539719. OLE color: 16539719.

HSL color Cylindrical-coordinate representation of color #4760FC: hue angle of 231.71º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4760FC is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7196252-
CMYK0.720.6200.01
HSL231.71º96.79%63.33%-
HSV(B)231.71º71.83%98.82%-
XYZ24.3516.7394.04-
YUV106.31210.22102.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 16.95%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 252 (98.83% from 255) = 60.14%
R=16.95%
G=22.91%
B=60.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal71962520.720.6200.01231.7196.7963.33
Hex4760FC483E01e8613f
Octal107140374110760135014177
Binary1000111110000011111100100100011111001111010001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4760FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4760FC; }

 p { color: rgb(71,96,252); }

 H1.HeaderClassName
 {
   color: #4760FC;
 }
 .AnyTagClassName
 {
   color: #4760FC;
 }
</style>
background-color css

<style>
 a { background-color: #4760FC; }

 a { background-color: rgb(71,96,252); }

 div.DivClassName
 {
   background-color: #4760FC;
 }
 .BgClassName
 {
   background-color: #4760FC;
 }
</style>
border-color css

<style>
 span { border-color: #4760FC; }

 span { border-color: rgb(71,96,252); }

 td.TdClassName
 {
   border-color: #4760FC;
 }
 .TagClassName
 {
   border-color: #4760FC;
 }
</style>