#6642FD

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

Shades of Neon Blue #6642FD

Tints of Neon Blue #6642FD

Color information

#6642FD (or 0x6642FD) is unknown color: approx Neon Blue. HEX triplet: 66, 42 and FD. RGB value is (102,66,253). Sum of RGB (Red+Green+Blue) = 102+66+253=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #6642FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6642FD is #99BD02. Grayscale: #616161. Windows color (decimal): -10075395 or 16597606. OLE color: 16597606.

HSL color Cylindrical-coordinate representation of color #6642FD: hue angle of 251.55º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6642FD is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10266253-
CMYK0.600.7400.01
HSL251.55º97.91%62.55%-
HSV(B)251.55º73.91%99.22%-
XYZ25.1613.8194.27-
YUV98.08215.43130.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.23%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 253 (99.22% from 255) = 60.10%
R=24.23%
G=15.68%
B=60.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal102662530.600.7400.01251.5597.9162.55
Hex6642FD3C4A01fc623f
Octal146102375741120137414277
Binary1100110100001011111101111100100101001111111001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6642FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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