#6150ED

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

Shades of Neon Blue #6150ED

Tints of Neon Blue #6150ED

Color information

#6150ED (or 0x6150ED) is unknown color: approx Neon Blue. HEX triplet: 61, 50 and ED. RGB value is (97,80,237). Sum of RGB (Red+Green+Blue) = 97+80+237=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #6150ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6150ED is #9EAF12. Grayscale: #666666. Windows color (decimal): -10399507 or 15552609. OLE color: 15552609.

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

Color convert

RGB9780237-
CMYK0.590.6600.07
HSL246.5º81.35%62.16%-
HSV(B)246.5º66.24%92.94%-
XYZ23.0814.3981.68-
YUV102.98203.63123.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.43%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 237 (92.97% from 255) = 57.25%
R=23.43%
G=19.32%
B=57.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal97802370.590.6600.07246.581.3562.16
Hex6150ED3B4207f6513e
Octal141120355731020736612176
Binary110000110100001110110111101110000100111111101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6150ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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