Html Css Color HEX #614EF0 Neon Blue

📋 copy color: '#614EF0'

red 97 ◦ green 78 ◦ blue 240

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

Shades of Neon Blue #614EF0

Tints of Neon Blue #614EF0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.8%

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

R = 23.37%
G = 18.8%
B = 57.83%

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

#614EF0 (or 0x614EF0) is known color: Neon Blue. HEX triplet: 61, 4E and F0. RGB value is (97,78,240). Sum of RGB (Red+Green+Blue) = 97+78+240=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #614EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614EF0 is #9EB10F. Grayscale: #656565. Windows color (decimal): -10400016 or 15748705. OLE color: 15748705.

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

Color convert

RGB 97 78 240 -
CMYK 0.60 0.68 0 0.06
HSL 247.04º 0.84% 0.62% -
HSV(B) 247.04º 0.68% 0.94% -
XYZ 23.38 14.28 83.96 -
YUV 102.15 205.79 124.33 -
System Red Green Blue C M Y K H S L
Decimal 97 78 240 0.60 0.68 0 0.06 247.04 0.84 0.62
Hex 61 4E F0 3C 44 0 6 F7 54 3E
Octal 141 116 360 74 104 0 6 367 124 76
Binary 1100001 1001110 11110000 111100 1000100 0 110 11110111 1010100 111110

Color Harmonies of #614EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614EF0

Black with #614EF0

Text Example


Text Example

White with #614EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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