#665CFF

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

Shades of Neon Blue #665CFF

Tints of Neon Blue #665CFF

Color information

#665CFF (or 0x665CFF) is unknown color: approx Neon Blue. HEX triplet: 66, 5C and FF. RGB value is (102,92,255). Sum of RGB (Red+Green+Blue) = 102+92+255=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #665CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665CFF is #99A300. Grayscale: #707070. Windows color (decimal): -10068737 or 16735334. OLE color: 16735334.

HSL color Cylindrical-coordinate representation of color #665CFF: hue angle of 243.68º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665CFF is Cyan = 0.6, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10292255-
CMYK0.60.6400
HSL243.68º100%68.04%-
HSV(B)243.68º63.92%100%-
XYZ27.3617.796.58-
YUV113.57207.81119.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.72%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 255 (100% from 255) = 56.79%
R=22.72%
G=20.49%
B=56.79%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal102922550.60.6400243.6810068.04
Hex665CFF3C4000f46444
Octal1461343777410000364144104
Binary11001101011100111111111111001000000001111010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665CFF; }

 p { color: rgb(102,92,255); }

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

<style>
 a { background-color: #665CFF; }

 a { background-color: rgb(102,92,255); }

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

<style>
 span { border-color: #665CFF; }

 span { border-color: rgb(102,92,255); }

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