#6147F0

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

Shades of Neon Blue #6147F0

Tints of Neon Blue #6147F0

Color information

#6147F0 (or 0x6147F0) is unknown color: approx Neon Blue. HEX triplet: 61, 47 and F0. RGB value is (97,71,240). Sum of RGB (Red+Green+Blue) = 97+71+240=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 240 (94.14% from 255 or 58.82% from 408); Max value from RGB is 240 - color contains mainly: blue. Hex color #6147F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6147F0 is #9EB80F. Grayscale: #616161. Windows color (decimal): -10401808 or 15746913. OLE color: 15746913.

HSL color Cylindrical-coordinate representation of color #6147F0: hue angle of 249.23º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6147F0 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9771240-
CMYK0.600.7000.06
HSL249.23º84.92%60.98%-
HSV(B)249.23º70.42%94.12%-
XYZ22.9113.3483.81-
YUV98.04208.11127.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.77%
GREEN value IS 71 (28.12% from 255) = 17.40%
BLUE value IS 240 (94.14% from 255) = 58.82%
R=23.77%
G=17.40%
B=58.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal97712400.600.7000.06249.2384.9260.98
Hex6147F03C4606f9553d
Octal141107360741060637112575
Binary110000110001111111000011110010001100110111110011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6147F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6147F0; }

 p { color: rgb(97,71,240); }

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

<style>
 a { background-color: #6147F0; }

 a { background-color: rgb(97,71,240); }

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

<style>
 span { border-color: #6147F0; }

 span { border-color: rgb(97,71,240); }

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