Html Css Color HEX #614CED Neon Blue

📋 copy color: '#614CED'

red 97 ◦ green 76 ◦ blue 237

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

Shades of Neon Blue #614CED

Tints of Neon Blue #614CED

RGB

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

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

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

R = 23.66%
G = 18.54%
B = 57.8%

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

#614CED (or 0x614CED) is known color: Neon Blue. HEX triplet: 61, 4C and ED. RGB value is (97,76,237). Sum of RGB (Red+Green+Blue) = 97+76+237=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #614CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614CED is #9EB312. Grayscale: #646464. Windows color (decimal): -10400531 or 15551585. OLE color: 15551585.

HSL color Cylindrical-coordinate representation of color #614CED: hue angle of 247.83º degrees, saturation: 0.82, 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 #614CED is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 76 237 -
CMYK 0.59 0.68 0 0.07
HSL 247.83º 0.82% 0.61% -
HSV(B) 247.83º 0.68% 0.93% -
XYZ 22.8 13.82 81.59 -
YUV 100.63 204.96 125.41 -
System Red Green Blue C M Y K H S L
Decimal 97 76 237 0.59 0.68 0 0.07 247.83 0.82 0.61
Hex 61 4C ED 3B 44 0 7 F8 52 3D
Octal 141 114 355 73 104 0 7 370 122 75
Binary 1100001 1001100 11101101 111011 1000100 0 111 11111000 1010010 111101

Color Harmonies of #614CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CED

Black with #614CED

Text Example


Text Example

White with #614CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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