#664CF1

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

Shades of Neon Blue #664CF1

Tints of Neon Blue #664CF1

Color information

#664CF1 (or 0x664CF1) is unknown color: approx Neon Blue. HEX triplet: 66, 4C and F1. RGB value is (102,76,241). Sum of RGB (Red+Green+Blue) = 102+76+241=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #664CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664CF1 is #99B30E. Grayscale: #656565. Windows color (decimal): -10072847 or 15813734. OLE color: 15813734.

HSL color Cylindrical-coordinate representation of color #664CF1: hue angle of 249.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #664CF1 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10276241-
CMYK0.580.6800.05
HSL249.45º85.49%62.16%-
HSV(B)249.45º68.46%94.51%-
XYZ23.9414.3484.73-
YUV102.58206.11127.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 241 (94.53% from 255) = 57.52%
R=24.34%
G=18.14%
B=57.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102762410.580.6800.05249.4585.4962.16
Hex664CF13A4405f9553e
Octal146114361721040537112576
Binary110011010011001111000111101010001000101111110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,76,241); }

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

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

 a { background-color: rgb(102,76,241); }

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

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

 span { border-color: rgb(102,76,241); }

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