#4746FC

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

Shades of Neon Blue #4746FC

Tints of Neon Blue #4746FC

Color information

#4746FC (or 0x4746FC) is unknown color: approx Neon Blue. HEX triplet: 47, 46 and FC. RGB value is (71,70,252). Sum of RGB (Red+Green+Blue) = 71+70+252=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #4746FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4746FC is #B8B903. Grayscale: #5A5A5A. Windows color (decimal): -12105988 or 16533063. OLE color: 16533063.

HSL color Cylindrical-coordinate representation of color #4746FC: hue angle of 240.33º 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 #4746FC is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7170252-
CMYK0.720.7200.01
HSL240.33º96.81%63.14%-
HSV(B)240.33º72.22%98.82%-
XYZ22.3612.7593.38-
YUV91.05218.83113.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.07%
GREEN value IS 70 (27.73% from 255) = 17.81%
BLUE value IS 252 (98.83% from 255) = 64.12%
R=18.07%
G=17.81%
B=64.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal71702520.720.7200.01240.3396.8163.14
Hex4746FC484801f0613f
Octal1071063741101100136014177
Binary10001111000110111111001001000100100001111100001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4746FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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