#6B47FA

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

Shades of Neon Blue #6B47FA

Tints of Neon Blue #6B47FA

Color information

#6B47FA (or 0x6B47FA) is unknown color: approx Neon Blue. HEX triplet: 6B, 47 and FA. RGB value is (107,71,250). Sum of RGB (Red+Green+Blue) = 107+71+250=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B47FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B47FA is #94B805. Grayscale: #656565. Windows color (decimal): -9746438 or 16402283. OLE color: 16402283.

HSL color Cylindrical-coordinate representation of color #6B47FA: hue angle of 252.07º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B47FA is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10771250-
CMYK0.570.7200.02
HSL252.07º94.71%62.94%-
HSV(B)252.07º71.6%98.04%-
XYZ25.5714.5391.9-
YUV102.17211.43131.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25%
GREEN value IS 71 (28.12% from 255) = 16.59%
BLUE value IS 250 (98.05% from 255) = 58.41%
R=25%
G=16.59%
B=58.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal107712500.570.7200.02252.0794.7162.94
Hex6B47FA394802fc5f3f
Octal153107372711100237413777
Binary11010111000111111110101110011001000010111111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B47FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,71,250); }

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

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

 a { background-color: rgb(107,71,250); }

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

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

 span { border-color: rgb(107,71,250); }

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