#614cf3

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

Shades of Neon Blue #614CF3

Tints of Neon Blue #614CF3

Color information

#614CF3 (or 0x614CF3) is unknown color: approx Neon Blue. HEX triplet: 61, 4C and F3. RGB value is (97,76,243). Sum of RGB (Red+Green+Blue) = 97+76+243=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #614CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614CF3 is #9EB30C. Grayscale: #646464. Windows color (decimal): -10400525 or 15944801. OLE color: 15944801.

HSL color Cylindrical-coordinate representation of color #614CF3: hue angle of 247.54º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #614CF3 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9776243-
CMYK0.600.6900.05
HSL247.54º87.43%62.55%-
HSV(B)247.54º68.72%95.29%-
XYZ23.6914.1886.28-
YUV101.32207.96124.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 76 (30.08% from 255) = 18.27%
BLUE value IS 243 (95.31% from 255) = 58.41%
R=23.32%
G=18.27%
B=58.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal97762430.600.6900.05247.5487.4362.55
Hex614CF33C4505f8573f
Octal141114363741050537012777
Binary110000110011001111001111110010001010101111110001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614cf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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