#6745FC

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

Shades of Neon Blue #6745FC

Tints of Neon Blue #6745FC

Color information

#6745FC (or 0x6745FC) is unknown color: approx Neon Blue. HEX triplet: 67, 45 and FC. RGB value is (103,69,252). Sum of RGB (Red+Green+Blue) = 103+69+252=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #6745FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6745FC is #98BA03. Grayscale: #636363. Windows color (decimal): -10009092 or 16532839. OLE color: 16532839.

HSL color Cylindrical-coordinate representation of color #6745FC: hue angle of 251.15º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6745FC is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10369252-
CMYK0.590.7300.01
HSL251.15º96.83%62.94%-
HSV(B)251.15º72.62%98.82%-
XYZ25.2914.1793.5-
YUV100.03213.76130.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.29%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 252 (98.83% from 255) = 59.43%
R=24.29%
G=16.27%
B=59.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal103692520.590.7300.01251.1596.8362.94
Hex6745FC3B4901fb613f
Octal147105374731110137314177
Binary1100111100010111111100111011100100101111110111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6745FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6745FC; }

 p { color: rgb(103,69,252); }

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

<style>
 a { background-color: #6745FC; }

 a { background-color: rgb(103,69,252); }

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

<style>
 span { border-color: #6745FC; }

 span { border-color: rgb(103,69,252); }

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