#6642F1

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

Shades of Neon Blue #6642F1

Tints of Neon Blue #6642F1

Color information

#6642F1 (or 0x6642F1) is unknown color: approx Neon Blue. HEX triplet: 66, 42 and F1. RGB value is (102,66,241). Sum of RGB (Red+Green+Blue) = 102+66+241=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #6642F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6642F1 is #99BD0E. Grayscale: #606060. Windows color (decimal): -10075407 or 15811174. OLE color: 15811174.

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

Color convert

RGB10266241-
CMYK0.580.7300.05
HSL252.34º86.21%60.2%-
HSV(B)252.34º72.61%94.51%-
XYZ23.313.0784.51-
YUV96.71209.43131.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 66 (26.17% from 255) = 16.14%
BLUE value IS 241 (94.53% from 255) = 58.92%
R=24.94%
G=16.14%
B=58.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102662410.580.7300.05252.3486.2160.2
Hex6642F13A4905fc563c
Octal146102361721110537412674
Binary110011010000101111000111101010010010101111111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6642F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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