#614CFD

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

Shades of Neon Blue #614CFD

Tints of Neon Blue #614CFD

Color information

#614CFD (or 0x614CFD) is unknown color: approx Neon Blue. HEX triplet: 61, 4C and FD. RGB value is (97,76,253). Sum of RGB (Red+Green+Blue) = 97+76+253=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #614CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614CFD is #9EB302. Grayscale: #656565. Windows color (decimal): -10400515 or 16600161. OLE color: 16600161.

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

Color convert

RGB9776253-
CMYK0.620.7000.01
HSL247.12º97.79%64.51%-
HSV(B)247.12º69.96%99.22%-
XYZ25.2414.894.46-
YUV102.46212.96124.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.77%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 253 (99.22% from 255) = 59.39%
R=22.77%
G=17.84%
B=59.39%

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
Decimal97762530.620.7000.01247.1297.7964.51
Hex614CFD3E4601f76241
Octal1411143757610601367142101
Binary11000011001100111111011111101000110011111011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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