Html Css Color HEX #614CEC Neon Blue

📋 copy color: '#614CEC'

red 97 ◦ green 76 ◦ blue 236

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

Shades of Neon Blue #614CEC

Tints of Neon Blue #614CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.7%

R = 23.72%
G = 18.58%
B = 57.7%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#614CEC (or 0x614CEC) is known color: Neon Blue. HEX triplet: 61, 4C and EC. RGB value is (97,76,236). Sum of RGB (Red+Green+Blue) = 97+76+236=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #614CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614CEC is #9EB313. Grayscale: #636363. Windows color (decimal): -10400532 or 15486049. OLE color: 15486049.

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

Color convert

RGB 97 76 236 -
CMYK 0.59 0.68 0 0.07
HSL 247.88º 0.81% 0.61% -
HSV(B) 247.88º 0.68% 0.93% -
XYZ 22.65 13.77 80.82 -
YUV 100.52 204.46 125.49 -
System Red Green Blue C M Y K H S L
Decimal 97 76 236 0.59 0.68 0 0.07 247.88 0.81 0.61
Hex 61 4C EC 3B 44 0 7 F8 51 3D
Octal 141 114 354 73 104 0 7 370 121 75
Binary 1100001 1001100 11101100 111011 1000100 0 111 11111000 1010001 111101

Color Harmonies of #614CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CEC

Black with #614CEC

Text Example


Text Example

White with #614CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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