#6652FE

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

Shades of Neon Blue #6652FE

Tints of Neon Blue #6652FE

Color information

#6652FE (or 0x6652FE) is unknown color: approx Neon Blue. HEX triplet: 66, 52 and FE. RGB value is (102,82,254). Sum of RGB (Red+Green+Blue) = 102+82+254=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #6652FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6652FE is #99AD01. Grayscale: #6A6A6A. Windows color (decimal): -10071298 or 16667238. OLE color: 16667238.

HSL color Cylindrical-coordinate representation of color #6652FE: hue angle of 246.98º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6652FE is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10282254-
CMYK0.600.6800.00
HSL246.98º98.85%65.88%-
HSV(B)246.98º67.72%99.61%-
XYZ26.3916.0295.47-
YUV107.59210.63124.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.29%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 254 (99.61% from 255) = 57.99%
R=23.29%
G=18.72%
B=57.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal102822540.600.6800.00246.9898.8565.88
Hex6652FE3C4400f76342
Octal1461223767410400367143102
Binary11001101010010111111101111001000100001111011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6652FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6652FE; }

 p { color: rgb(102,82,254); }

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

<style>
 a { background-color: #6652FE; }

 a { background-color: rgb(102,82,254); }

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

<style>
 span { border-color: #6652FE; }

 span { border-color: rgb(102,82,254); }

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