Html Css Color HEX #614CEF Neon Blue

📋 copy color: '#614CEF'

red 97 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #614CEF

Tints of Neon Blue #614CEF

RGB

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

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

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

R = 23.54%
G = 18.45%
B = 58.01%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#614CEF (or 0x614CEF) is known color: Neon Blue. HEX triplet: 61, 4C and EF. RGB value is (97,76,239). Sum of RGB (Red+Green+Blue) = 97+76+239=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #614CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614CEF is #9EB310. Grayscale: #646464. Windows color (decimal): -10400529 or 15682657. OLE color: 15682657.

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

Color convert

RGB 97 76 239 -
CMYK 0.59 0.68 0 0.06
HSL 247.73º 0.84% 0.62% -
HSV(B) 247.73º 0.68% 0.94% -
XYZ 23.09 13.94 83.14 -
YUV 100.86 205.96 125.25 -
System Red Green Blue C M Y K H S L
Decimal 97 76 239 0.59 0.68 0 0.06 247.73 0.84 0.62
Hex 61 4C EF 3B 44 0 6 F8 54 3E
Octal 141 114 357 73 104 0 6 370 124 76
Binary 1100001 1001100 11101111 111011 1000100 0 110 11111000 1010100 111110

Color Harmonies of #614CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CEF

Black with #614CEF

Text Example


Text Example

White with #614CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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