#613DE7

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

Shades of Neon Blue #613DE7

Tints of Neon Blue #613DE7

Color information

#613DE7 (or 0x613DE7) is unknown color: approx Neon Blue. HEX triplet: 61, 3D and E7. RGB value is (97,61,231). Sum of RGB (Red+Green+Blue) = 97+61+231=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 231 (90.62% from 255 or 59.38% from 389); Max value from RGB is 231 - color contains mainly: blue. Hex color #613DE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613DE7 is #9EC218. Grayscale: #5A5A5A. Windows color (decimal): -10404377 or 15154529. OLE color: 15154529.

HSL color Cylindrical-coordinate representation of color #613DE7: hue angle of 252.71º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613DE7 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9761231-
CMYK0.580.7400.09
HSL252.71º77.98%57.25%-
HSV(B)252.71º73.59%90.59%-
XYZ21.0211.6576.74-
YUV91.14206.93132.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 61 (24.22% from 255) = 15.68%
BLUE value IS 231 (90.62% from 255) = 59.38%
R=24.94%
G=15.68%
B=59.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal97612310.580.7400.09252.7177.9857.25
Hex613DE73A4A09fd4e39
Octal141753477211201137511671
Binary110000111110111100111111010100101001001111111011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613DE7; }

 p { color: rgb(97,61,231); }

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

<style>
 a { background-color: #613DE7; }

 a { background-color: rgb(97,61,231); }

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

<style>
 span { border-color: #613DE7; }

 span { border-color: rgb(97,61,231); }

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