#614BFD

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

Shades of Neon Blue #614BFD

Tints of Neon Blue #614BFD

Color information

#614BFD (or 0x614BFD) is unknown color: approx Neon Blue. HEX triplet: 61, 4B and FD. RGB value is (97,75,253). Sum of RGB (Red+Green+Blue) = 97+75+253=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #614BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614BFD is #9EB402. Grayscale: #656565. Windows color (decimal): -10400771 or 16599905. OLE color: 16599905.

HSL color Cylindrical-coordinate representation of color #614BFD: hue angle of 247.42º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #614BFD is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9775253-
CMYK0.620.7000.01
HSL247.42º97.8%64.31%-
HSV(B)247.42º70.36%99.22%-
XYZ25.1814.6794.43-
YUV101.87213.29124.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 253 (99.22% from 255) = 59.53%
R=22.82%
G=17.65%
B=59.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal97752530.620.7000.01247.4297.864.31
Hex614BFD3E4601f76240
Octal1411133757610601367142100
Binary11000011001011111111011111101000110011111011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,75,253); }

 H1.HeaderClassName
 {
   color: #614BFD;
 }
 .AnyTagClassName
 {
   color: #614BFD;
 }
</style>
background-color css

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

 a { background-color: rgb(97,75,253); }

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

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

 span { border-color: rgb(97,75,253); }

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