Html Css Color HEX #614EEF Neon Blue

📋 copy color: '#614EEF'

red 97 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #614EEF

Tints of Neon Blue #614EEF

RGB

 RED value IS 97 (38.28% from 255) = 23.43%

 GREEN value IS 78 (30.86% from 255) = 18.84%

 BLUE value IS 239 (93.75% from 255) = 57.73%

R = 23.43%
G = 18.84%
B = 57.73%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#614EEF (or 0x614EEF) is known color: Neon Blue. HEX triplet: 61, 4E and EF. RGB value is (97,78,239). Sum of RGB (Red+Green+Blue) = 97+78+239=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #614EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614EEF is #9EB110. Grayscale: #656565. Windows color (decimal): -10400017 or 15683169. OLE color: 15683169.

HSL color Cylindrical-coordinate representation of color #614EEF: hue angle of 247.08º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #614EEF is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 78 239 -
CMYK 0.59 0.67 0 0.06
HSL 247.08º 0.83% 0.62% -
HSV(B) 247.08º 0.67% 0.94% -
XYZ 23.23 14.22 83.18 -
YUV 102.04 205.29 124.41 -
System Red Green Blue C M Y K H S L
Decimal 97 78 239 0.59 0.67 0 0.06 247.08 0.83 0.62
Hex 61 4E EF 3B 43 0 6 F7 53 3E
Octal 141 116 357 73 103 0 6 367 123 76
Binary 1100001 1001110 11101111 111011 1000011 0 110 11110111 1010011 111110

Color Harmonies of #614EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614EEF

Black with #614EEF

Text Example


Text Example

White with #614EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #614EEF;
 }
 .AnyTagClassName
 {
   color: #614EEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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