#614EF1

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

Shades of Neon Blue #614EF1

Tints of Neon Blue #614EF1

Color information

#614EF1 (or 0x614EF1) is unknown color: approx Neon Blue. HEX triplet: 61, 4E and F1. RGB value is (97,78,241). Sum of RGB (Red+Green+Blue) = 97+78+241=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #614EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614EF1 is #9EB10E. Grayscale: #656565. Windows color (decimal): -10400015 or 15814241. OLE color: 15814241.

HSL color Cylindrical-coordinate representation of color #614EF1: hue angle of 246.99º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #614EF1 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9778241-
CMYK0.600.6800.05
HSL246.99º85.34%62.55%-
HSV(B)246.99º67.63%94.51%-
XYZ23.5314.3484.75-
YUV102.26206.29124.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 78 (30.86% from 255) = 18.75%
BLUE value IS 241 (94.53% from 255) = 57.93%
R=23.32%
G=18.75%
B=57.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal97782410.600.6800.05246.9985.3462.55
Hex614EF13C4405f7553f
Octal141116361741040536712577
Binary110000110011101111000111110010001000101111101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614EF1; }

 p { color: rgb(97,78,241); }

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

<style>
 a { background-color: #614EF1; }

 a { background-color: rgb(97,78,241); }

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

<style>
 span { border-color: #614EF1; }

 span { border-color: rgb(97,78,241); }

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