#6645F1

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

Shades of Neon Blue #6645F1

Tints of Neon Blue #6645F1

Color information

#6645F1 (or 0x6645F1) is unknown color: approx Neon Blue. HEX triplet: 66, 45 and F1. RGB value is (102,69,241). Sum of RGB (Red+Green+Blue) = 102+69+241=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #6645F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6645F1 is #99BA0E. Grayscale: #616161. Windows color (decimal): -10074639 or 15811942. OLE color: 15811942.

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

Color convert

RGB10269241-
CMYK0.580.7100.05
HSL251.51º86%60.78%-
HSV(B)251.51º71.37%94.51%-
XYZ23.4813.4384.57-
YUV98.48208.43130.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.76%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 241 (94.53% from 255) = 58.50%
R=24.76%
G=16.75%
B=58.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102692410.580.7100.05251.518660.78
Hex6645F13A4705fc563d
Octal146105361721070537412675
Binary110011010001011111000111101010001110101111111001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6645F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6645F1; }

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

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

<style>
 a { background-color: #6645F1; }

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

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

<style>
 span { border-color: #6645F1; }

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

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