#614EFE

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

Shades of Neon Blue #614EFE

Tints of Neon Blue #614EFE

Color information

#614EFE (or 0x614EFE) is unknown color: approx Neon Blue. HEX triplet: 61, 4E and FE. RGB value is (97,78,254). Sum of RGB (Red+Green+Blue) = 97+78+254=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #614EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614EFE is #9EB101. Grayscale: #676767. Windows color (decimal): -10400002 or 16666209. OLE color: 16666209.

HSL color Cylindrical-coordinate representation of color #614EFE: hue angle of 246.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #614EFE is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9778254-
CMYK0.620.6900.00
HSL246.48º98.88%65.1%-
HSV(B)246.48º69.29%99.61%-
XYZ25.5415.1595.34-
YUV103.74212.79123.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 254 (99.61% from 255) = 59.21%
R=22.61%
G=18.18%
B=59.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal97782540.620.6900.00246.4898.8865.1
Hex614EFE3E4500f66341
Octal1411163767610500366143101
Binary11000011001110111111101111101000101001111011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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