#614df0

Color #614DF0 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #614DF0

Tints of Neon Blue #614DF0

Color information

#614DF0 (or 0x614DF0) is unknown color: approx 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

RGB9777240-
CMYK0.600.6800.06
HSL247.36º84.46%62.16%-
HSV(B)247.36º67.92%94.12%-
XYZ23.3114.1483.94-
YUV101.56206.13124.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.43%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 240 (94.14% from 255) = 57.97%
R=23.43%
G=18.60%
B=57.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal97772400.600.6800.06247.3684.4662.16
Hex614DF03C4406f7543e
Octal141115360741040636712476
Binary110000110011011111000011110010001000110111101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614df0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>