#664BEE

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

Shades of Neon Blue #664BEE

Tints of Neon Blue #664BEE

Color information

#664BEE (or 0x664BEE) is unknown color: approx Neon Blue. HEX triplet: 66, 4B and EE. RGB value is (102,75,238). Sum of RGB (Red+Green+Blue) = 102+75+238=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #664BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664BEE is #99B411. Grayscale: #656565. Windows color (decimal): -10073106 or 15616870. OLE color: 15616870.

HSL color Cylindrical-coordinate representation of color #664BEE: hue angle of 249.94º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #664BEE is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10275238-
CMYK0.570.6800.07
HSL249.94º82.74%61.37%-
HSV(B)249.94º68.49%93.33%-
XYZ23.4314.0382.36-
YUV101.66204.95128.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 238 (93.36% from 255) = 57.35%
R=24.58%
G=18.07%
B=57.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal102752380.570.6800.07249.9482.7461.37
Hex664BEE394407fa533d
Octal146113356711040737212375
Binary110011010010111110111011100110001000111111110101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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