#664FFA

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

Shades of Neon Blue #664FFA

Tints of Neon Blue #664FFA

Color information

#664FFA (or 0x664FFA) is unknown color: approx Neon Blue. HEX triplet: 66, 4F and FA. RGB value is (102,79,250). Sum of RGB (Red+Green+Blue) = 102+79+250=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #664FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #664FFA is #99B005. Grayscale: #686868. Windows color (decimal): -10072070 or 16404326. OLE color: 16404326.

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

Color convert

RGB10279250-
CMYK0.590.6800.02
HSL248.07º94.48%64.51%-
HSV(B)248.07º68.4%98.04%-
XYZ25.5315.3292.05-
YUV105.37209.62125.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 79 (31.25% from 255) = 18.33%
BLUE value IS 250 (98.05% from 255) = 58.00%
R=23.67%
G=18.33%
B=58.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal102792500.590.6800.02248.0794.4864.51
Hex664FFA3B4402f85e41
Octal1461173727310402370136101
Binary110011010011111111101011101110001000101111100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,79,250); }

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

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

 a { background-color: rgb(102,79,250); }

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

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

 span { border-color: rgb(102,79,250); }

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