Html Css Color HEX #614EEA Neon Blue

📋 copy color: '#614EEA'

red 97 ◦ green 78 ◦ blue 234

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

Shades of Neon Blue #614EEA

Tints of Neon Blue #614EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 23.72%
G = 19.07%
B = 57.21%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#614EEA (or 0x614EEA) is known color: Neon Blue. HEX triplet: 61, 4E and EA. RGB value is (97,78,234). Sum of RGB (Red+Green+Blue) = 97+78+234=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #614EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614EEA is #9EB115. Grayscale: #646464. Windows color (decimal): -10400022 or 15355489. OLE color: 15355489.

HSL color Cylindrical-coordinate representation of color #614EEA: hue angle of 247.31º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #614EEA is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 78 234 -
CMYK 0.59 0.67 0 0.08
HSL 247.31º 0.79% 0.61% -
HSV(B) 247.31º 0.67% 0.92% -
XYZ 22.51 13.93 79.34 -
YUV 101.47 202.79 124.82 -
System Red Green Blue C M Y K H S L
Decimal 97 78 234 0.59 0.67 0 0.08 247.31 0.79 0.61
Hex 61 4E EA 3B 43 0 8 F7 4F 3D
Octal 141 116 352 73 103 0 10 367 117 75
Binary 1100001 1001110 11101010 111011 1000011 0 1000 11110111 1001111 111101

Color Harmonies of #614EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614EEA

Black with #614EEA

Text Example


Text Example

White with #614EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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