#614BF3

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

Shades of Neon Blue #614BF3

Tints of Neon Blue #614BF3

Color information

#614BF3 (or 0x614BF3) is unknown color: approx Neon Blue. HEX triplet: 61, 4B and F3. RGB value is (97,75,243). Sum of RGB (Red+Green+Blue) = 97+75+243=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #614BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614BF3 is #9EB40C. Grayscale: #646464. Windows color (decimal): -10400781 or 15944545. OLE color: 15944545.

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

Color convert

RGB9775243-
CMYK0.600.6900.05
HSL247.86º87.5%62.35%-
HSV(B)247.86º69.14%95.29%-
XYZ23.6214.0486.26-
YUV100.73208.29125.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 243 (95.31% from 255) = 58.55%
R=23.37%
G=18.07%
B=58.55%

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
Decimal97752430.600.6900.05247.8687.562.35
Hex614BF33C4505f8583e
Octal141113363741050537013076
Binary110000110010111111001111110010001010101111110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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