#613FF9

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

Shades of Neon Blue #613FF9

Tints of Neon Blue #613FF9

Color information

#613FF9 (or 0x613FF9) is unknown color: approx Neon Blue. HEX triplet: 61, 3F and F9. RGB value is (97,63,249). Sum of RGB (Red+Green+Blue) = 97+63+249=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 249 (97.66% from 255 or 60.88% from 409); Max value from RGB is 249 - color contains mainly: blue. Hex color #613FF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613FF9 is #9EC006. Grayscale: #5D5D5D. Windows color (decimal): -10403847 or 16334689. OLE color: 16334689.

HSL color Cylindrical-coordinate representation of color #613FF9: hue angle of 250.97º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #613FF9 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9763249-
CMYK0.610.7500.02
HSL250.97º93.94%61.18%-
HSV(B)250.97º74.7%97.65%-
XYZ23.8112.9490.86-
YUV94.37215.26129.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 63 (25% from 255) = 15.40%
BLUE value IS 249 (97.66% from 255) = 60.88%
R=23.72%
G=15.40%
B=60.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal97632490.610.7500.02250.9793.9461.18
Hex613FF93D4B02fb5e3d
Octal14177371751130237313675
Binary1100001111111111110011111011001011010111110111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613FF9; }

 p { color: rgb(97,63,249); }

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

<style>
 a { background-color: #613FF9; }

 a { background-color: rgb(97,63,249); }

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

<style>
 span { border-color: #613FF9; }

 span { border-color: rgb(97,63,249); }

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