#6E47FD

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

Shades of Neon Blue #6E47FD

Tints of Neon Blue #6E47FD

Color information

#6E47FD (or 0x6E47FD) is unknown color: approx Neon Blue. HEX triplet: 6E, 47 and FD. RGB value is (110,71,253). Sum of RGB (Red+Green+Blue) = 110+71+253=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E47FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E47FD is #91B802. Grayscale: #666666. Windows color (decimal): -9549827 or 16598894. OLE color: 16598894.

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

Color convert

RGB11071253-
CMYK0.570.7200.01
HSL252.86º97.85%63.53%-
HSV(B)252.86º71.94%99.22%-
XYZ26.4114.9194.41-
YUV103.41212.42132.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.35%
GREEN value IS 71 (28.12% from 255) = 16.36%
BLUE value IS 253 (99.22% from 255) = 58.29%
R=25.35%
G=16.36%
B=58.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal110712530.570.7200.01252.8697.8563.53
Hex6E47FD394801fd6240
Octal1561073757111001375142100
Binary11011101000111111111011110011001000011111110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E47FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E47FD; }

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

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

<style>
 a { background-color: #6E47FD; }

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

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

<style>
 span { border-color: #6E47FD; }

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

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