#6B4BFD

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

Shades of Neon Blue #6B4BFD

Tints of Neon Blue #6B4BFD

Color information

#6B4BFD (or 0x6B4BFD) is unknown color: approx Neon Blue. HEX triplet: 6B, 4B and FD. RGB value is (107,75,253). Sum of RGB (Red+Green+Blue) = 107+75+253=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B4BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B4BFD is #94B402. Grayscale: #686868. Windows color (decimal): -9745411 or 16599915. OLE color: 16599915.

HSL color Cylindrical-coordinate representation of color #6B4BFD: hue angle of 250.79º 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 #6B4BFD is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10775253-
CMYK0.580.7000.01
HSL250.79º97.8%64.31%-
HSV(B)250.79º70.36%99.22%-
XYZ26.3115.2594.49-
YUV104.86211.6129.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.60%
GREEN value IS 75 (29.69% from 255) = 17.24%
BLUE value IS 253 (99.22% from 255) = 58.16%
R=24.60%
G=17.24%
B=58.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal107752530.580.7000.01250.7997.864.31
Hex6B4BFD3A4601fb6240
Octal1531133757210601373142100
Binary11010111001011111111011110101000110011111101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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