#6645FE

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

Shades of Neon Blue #6645FE

Tints of Neon Blue #6645FE

Color information

#6645FE (or 0x6645FE) is unknown color: approx Neon Blue. HEX triplet: 66, 45 and FE. RGB value is (102,69,254). Sum of RGB (Red+Green+Blue) = 102+69+254=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #6645FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6645FE is #99BA01. Grayscale: #636363. Windows color (decimal): -10074626 or 16663910. OLE color: 16663910.

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

Color convert

RGB10269254-
CMYK0.600.7300.00
HSL250.7º98.93%63.33%-
HSV(B)250.7º72.83%99.61%-
XYZ25.514.2495.17-
YUV99.96214.93129.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 254 (99.61% from 255) = 59.76%
R=24%
G=16.24%
B=59.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal102692540.600.7300.00250.798.9363.33
Hex6645FE3C4900fb633f
Octal146105376741110037314377
Binary1100110100010111111110111100100100100111110111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6645FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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