Html Css Color HEX #614EFE Neon Blue

📋 copy color: '#614EFE'

red 97 ◦ green 78 ◦ blue 254

#614EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #614EFE

Tints of Neon Blue #614EFE

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 value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#614EFE (or 0x614EFE) is known color: 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

RGB 97 78 254 -
CMYK 0.62 0.69 0 0.00
HSL 246.48º 0.99% 0.65% -
HSV(B) 246.48º 0.69% 1% -
XYZ 25.54 15.15 95.34 -
YUV 103.75 212.79 123.19 -
System Red Green Blue C M Y K H S L
Decimal 97 78 254 0.62 0.69 0 0.00 246.48 0.99 0.65
Hex 61 4E FE 3E 45 0 0 F6 63 41
Octal 141 116 376 76 105 0 0 366 143 101
Binary 1100001 1001110 11111110 111110 1000101 0 0 11110110 1100011 1000001

Color Harmonies of #614EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614EFE

Black with #614EFE

Text Example


Text Example

White with #614EFE

Text Example


Text Example

HTML Codes & Css Web 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>