#615DFC

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

Shades of Neon Blue #615DFC

Tints of Neon Blue #615DFC

Color information

#615DFC (or 0x615DFC) is unknown color: approx Neon Blue. HEX triplet: 61, 5D and FC. RGB value is (97,93,252). Sum of RGB (Red+Green+Blue) = 97+93+252=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #615DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615DFC is #9EA203. Grayscale: #6F6F6F. Windows color (decimal): -10396164 or 16538977. OLE color: 16538977.

HSL color Cylindrical-coordinate representation of color #615DFC: hue angle of 241.51º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #615DFC is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9793252-
CMYK0.620.6300.01
HSL241.51º96.36%67.65%-
HSV(B)241.51º63.1%98.82%-
XYZ26.4117.494.06-
YUV112.32206.83117.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 252 (98.83% from 255) = 57.01%
R=21.95%
G=21.04%
B=57.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal97932520.620.6300.01241.5196.3667.65
Hex615DFC3E3F01f26044
Octal141135374767701362140104
Binary1100001101110111111100111110111111011111001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,93,252); }

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

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

 a { background-color: rgb(97,93,252); }

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

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

 span { border-color: rgb(97,93,252); }

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