#6141ED

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

Shades of Neon Blue #6141ED

Tints of Neon Blue #6141ED

Color information

#6141ED (or 0x6141ED) is unknown color: approx Neon Blue. HEX triplet: 61, 41 and ED. RGB value is (97,65,237). Sum of RGB (Red+Green+Blue) = 97+65+237=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #6141ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6141ED is #9EBE12. Grayscale: #5D5D5D. Windows color (decimal): -10403347 or 15548769. OLE color: 15548769.

HSL color Cylindrical-coordinate representation of color #6141ED: hue angle of 251.16º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6141ED is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9765237-
CMYK0.590.7300.07
HSL251.16º82.69%59.22%-
HSV(B)251.16º72.57%92.94%-
XYZ22.1112.4481.36-
YUV94.18208.6130.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 237 (92.97% from 255) = 59.40%
R=24.31%
G=16.29%
B=59.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal97652370.590.7300.07251.1682.6959.22
Hex6141ED3B4907fb533b
Octal141101355731110737312373
Binary110000110000011110110111101110010010111111110111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6141ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6141ED; }

 p { color: rgb(97,65,237); }

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

<style>
 a { background-color: #6141ED; }

 a { background-color: rgb(97,65,237); }

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

<style>
 span { border-color: #6141ED; }

 span { border-color: rgb(97,65,237); }

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