#6749F5

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

Shades of Neon Blue #6749F5

Tints of Neon Blue #6749F5

Color information

#6749F5 (or 0x6749F5) is unknown color: approx Neon Blue. HEX triplet: 67, 49 and F5. RGB value is (103,73,245). Sum of RGB (Red+Green+Blue) = 103+73+245=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 245 (96.09% from 255 or 58.19% from 421); Max value from RGB is 245 - color contains mainly: blue. Hex color #6749F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6749F5 is #98B60A. Grayscale: #646464. Windows color (decimal): -10008075 or 16075111. OLE color: 16075111.

HSL color Cylindrical-coordinate representation of color #6749F5: hue angle of 250.47º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6749F5 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10373245-
CMYK0.580.7000.04
HSL250.47º89.58%62.35%-
HSV(B)250.47º70.2%96.08%-
XYZ24.4614.2487.85-
YUV101.58208.94129.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.47%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 245 (96.09% from 255) = 58.19%
R=24.47%
G=17.34%
B=58.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal103732450.580.7000.04250.4789.5862.35
Hex6749F53A4604fa5a3e
Octal147111365721060437213276
Binary110011110010011111010111101010001100100111110101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6749F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6749F5; }

 p { color: rgb(103,73,245); }

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

<style>
 a { background-color: #6749F5; }

 a { background-color: rgb(103,73,245); }

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

<style>
 span { border-color: #6749F5; }

 span { border-color: rgb(103,73,245); }

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