#6C4BFD

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

Shades of Neon Blue #6C4BFD

Tints of Neon Blue #6C4BFD

Color information

#6C4BFD (or 0x6C4BFD) is unknown color: approx Neon Blue. HEX triplet: 6C, 4B and FD. RGB value is (108,75,253). Sum of RGB (Red+Green+Blue) = 108+75+253=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C4BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C4BFD is #93B402. Grayscale: #686868. Windows color (decimal): -9679875 or 16599916. OLE color: 16599916.

HSL color Cylindrical-coordinate representation of color #6C4BFD: hue angle of 251.12º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C4BFD is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10875253-
CMYK0.570.7000.01
HSL251.12º97.8%64.31%-
HSV(B)251.12º70.36%99.22%-
XYZ26.4315.3194.49-
YUV105.16211.43130.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.77%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 253 (99.22% from 255) = 58.03%
R=24.77%
G=17.20%
B=58.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal108752530.570.7000.01251.1297.864.31
Hex6C4BFD394601fb6240
Octal1541133757110601373142100
Binary11011001001011111111011110011000110011111101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C4BFD; }

 p { color: rgb(108,75,253); }

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

<style>
 a { background-color: #6C4BFD; }

 a { background-color: rgb(108,75,253); }

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

<style>
 span { border-color: #6C4BFD; }

 span { border-color: rgb(108,75,253); }

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