Html Css Color HEX #614CEA Neon Blue

📋 copy color: '#614CEA'

red 97 ◦ green 76 ◦ blue 234

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

Shades of Neon Blue #614CEA

Tints of Neon Blue #614CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.67%

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

R = 23.83%
G = 18.67%
B = 57.49%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#614CEA (or 0x614CEA) is known color: Neon Blue. HEX triplet: 61, 4C and EA. RGB value is (97,76,234). Sum of RGB (Red+Green+Blue) = 97+76+234=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #614CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614CEA is #9EB315. Grayscale: #636363. Windows color (decimal): -10400534 or 15354977. OLE color: 15354977.

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

Color convert

RGB 97 76 234 -
CMYK 0.59 0.68 0 0.08
HSL 247.97º 0.79% 0.61% -
HSV(B) 247.97º 0.68% 0.92% -
XYZ 22.37 13.65 79.3 -
YUV 100.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 97 76 234 0.59 0.68 0 0.08 247.97 0.79 0.61
Hex 61 4C EA 3B 44 0 8 F8 4F 3D
Octal 141 114 352 73 104 0 10 370 117 75
Binary 1100001 1001100 11101010 111011 1000100 0 1000 11111000 1001111 111101

Color Harmonies of #614CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CEA

Black with #614CEA

Text Example


Text Example

White with #614CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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