#664BF1

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

Shades of Neon Blue #664BF1

Tints of Neon Blue #664BF1

Color information

#664BF1 (or 0x664BF1) is unknown color: approx Neon Blue. HEX triplet: 66, 4B and F1. RGB value is (102,75,241). Sum of RGB (Red+Green+Blue) = 102+75+241=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #664BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664BF1 is #99B40E. Grayscale: #656565. Windows color (decimal): -10073103 or 15813478. OLE color: 15813478.

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

Color convert

RGB10275241-
CMYK0.580.6900.05
HSL249.76º85.57%61.96%-
HSV(B)249.76º68.88%94.51%-
XYZ23.8714.2184.7-
YUV102206.45128-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 241 (94.53% from 255) = 57.66%
R=24.40%
G=17.94%
B=57.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102752410.580.6900.05249.7685.5761.96
Hex664BF13A4505fa563e
Octal146113361721050537212676
Binary110011010010111111000111101010001010101111110101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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