#663FF0

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

Shades of Neon Blue #663FF0

Tints of Neon Blue #663FF0

Color information

#663FF0 (or 0x663FF0) is unknown color: approx Neon Blue. HEX triplet: 66, 3F and F0. RGB value is (102,63,240). Sum of RGB (Red+Green+Blue) = 102+63+240=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #663FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663FF0 is #99C00F. Grayscale: #5E5E5E. Windows color (decimal): -10076176 or 15744870. OLE color: 15744870.

HSL color Cylindrical-coordinate representation of color #663FF0: hue angle of 253.22º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663FF0 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10263240-
CMYK0.580.7400.06
HSL253.22º85.51%59.41%-
HSV(B)253.22º73.75%94.12%-
XYZ22.9912.6783.67-
YUV94.84209.92133.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 63 (25% from 255) = 15.56%
BLUE value IS 240 (94.14% from 255) = 59.26%
R=25.19%
G=15.56%
B=59.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal102632400.580.7400.06253.2285.5159.41
Hex663FF03A4A06fd563b
Octal14677360721120637512673
Binary11001101111111111000011101010010100110111111011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663FF0; }

 p { color: rgb(102,63,240); }

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

<style>
 a { background-color: #663FF0; }

 a { background-color: rgb(102,63,240); }

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

<style>
 span { border-color: #663FF0; }

 span { border-color: rgb(102,63,240); }

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