#615FFA

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

Shades of Neon Blue #615FFA

Tints of Neon Blue #615FFA

Color information

#615FFA (or 0x615FFA) is unknown color: approx Neon Blue. HEX triplet: 61, 5F and FA. RGB value is (97,95,250). Sum of RGB (Red+Green+Blue) = 97+95+250=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #615FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615FFA is #9EA005. Grayscale: #707070. Windows color (decimal): -10395654 or 16408417. OLE color: 16408417.

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

Color convert

RGB9795250-
CMYK0.610.6200.02
HSL240.77º93.94%67.65%-
HSV(B)240.77º62%98.04%-
XYZ26.2817.6392.46-
YUV113.27205.16116.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 250 (98.05% from 255) = 56.56%
R=21.95%
G=21.49%
B=56.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal97952500.610.6200.02240.7793.9467.65
Hex615FFA3D3E02f15e44
Octal141137372757602361136104
Binary11000011011111111110101111011111100101111000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615FFA; }

 p { color: rgb(97,95,250); }

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

<style>
 a { background-color: #615FFA; }

 a { background-color: rgb(97,95,250); }

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

<style>
 span { border-color: #615FFA; }

 span { border-color: rgb(97,95,250); }

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