Html Css Color HEX #614DF0 Neon Blue

📋 copy color: '#614DF0'

red 97 ◦ green 77 ◦ blue 240

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

Shades of Neon Blue #614DF0

Tints of Neon Blue #614DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.97%

R = 23.43%
G = 18.6%
B = 57.97%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#614DF0 (or 0x614DF0) is known color: Neon Blue. HEX triplet: 61, 4D and F0. RGB value is (97,77,240). Sum of RGB (Red+Green+Blue) = 97+77+240=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #614DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614DF0 is #9EB20F. Grayscale: #646464. Windows color (decimal): -10400272 or 15748449. OLE color: 15748449.

HSL color Cylindrical-coordinate representation of color #614DF0: hue angle of 247.36º 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 #614DF0 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 77 240 -
CMYK 0.60 0.68 0 0.06
HSL 247.36º 0.84% 0.62% -
HSV(B) 247.36º 0.68% 0.94% -
XYZ 23.31 14.14 83.94 -
YUV 101.56 206.13 124.75 -
System Red Green Blue C M Y K H S L
Decimal 97 77 240 0.60 0.68 0 0.06 247.36 0.84 0.62
Hex 61 4D F0 3C 44 0 6 F7 54 3E
Octal 141 115 360 74 104 0 6 367 124 76
Binary 1100001 1001101 11110000 111100 1000100 0 110 11110111 1010100 111110

Color Harmonies of #614DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DF0

Black with #614DF0

Text Example


Text Example

White with #614DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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