Html Css Color HEX #614DED Neon Blue

📋 copy color: '#614DED'

red 97 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #614DED

Tints of Neon Blue #614DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.73%

 BLUE value IS 237 (92.97% from 255) = 57.66%

R = 23.6%
G = 18.73%
B = 57.66%

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

#614DED (or 0x614DED) is known color: Neon Blue. HEX triplet: 61, 4D and ED. RGB value is (97,77,237). Sum of RGB (Red+Green+Blue) = 97+77+237=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #614DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614DED is #9EB212. Grayscale: #646464. Windows color (decimal): -10400275 or 15551841. OLE color: 15551841.

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

Color convert

RGB 97 77 237 -
CMYK 0.59 0.68 0 0.07
HSL 247.5º 0.82% 0.62% -
HSV(B) 247.5º 0.68% 0.93% -
XYZ 22.87 13.96 81.61 -
YUV 101.22 204.63 124.99 -
System Red Green Blue C M Y K H S L
Decimal 97 77 237 0.59 0.68 0 0.07 247.5 0.82 0.62
Hex 61 4D ED 3B 44 0 7 F8 52 3E
Octal 141 115 355 73 104 0 7 370 122 76
Binary 1100001 1001101 11101101 111011 1000100 0 111 11111000 1010010 111110

Color Harmonies of #614DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DED

Black with #614DED

Text Example


Text Example

White with #614DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,77,237); }

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

background-color css

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

 a { background-color: rgb(97,77,237); }

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

border-color css

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

 span { border-color: rgb(97,77,237); }

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