#4742FD

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

Shades of Neon Blue #4742FD

Tints of Neon Blue #4742FD

Color information

#4742FD (or 0x4742FD) is unknown color: approx Neon Blue. HEX triplet: 47, 42 and FD. RGB value is (71,66,253). Sum of RGB (Red+Green+Blue) = 71+66+253=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #4742FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4742FD is #B8BD02. Grayscale: #585858. Windows color (decimal): -12107011 or 16597575. OLE color: 16597575.

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

Color convert

RGB7166253-
CMYK0.720.7400.01
HSL241.6º97.91%62.55%-
HSV(B)241.6º73.91%99.22%-
XYZ22.2812.3394.13-
YUV88.81220.66115.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.21%
GREEN value IS 66 (26.17% from 255) = 16.92%
BLUE value IS 253 (99.22% from 255) = 64.87%
R=18.21%
G=16.92%
B=64.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal71662530.720.7400.01241.697.9162.55
Hex4742FD484A01f2623f
Octal1071023751101120136214277
Binary10001111000010111111011001000100101001111100101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4742FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4742FD; }

 p { color: rgb(71,66,253); }

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

<style>
 a { background-color: #4742FD; }

 a { background-color: rgb(71,66,253); }

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

<style>
 span { border-color: #4742FD; }

 span { border-color: rgb(71,66,253); }

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