Html Css Color HEX #6D3BFD Neon Blue

📋 copy color: '#6D3BFD'

red 109 ◦ green 59 ◦ blue 253

#6D3BFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6D3BFD

Tints of Neon Blue #6D3BFD

RGB

 RED value IS 109 (42.97% from 255) = 25.89%

 GREEN value IS 59 (23.44% from 255) = 14.01%

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 25.89%
G = 14.01%
B = 60.1%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D3BFD (or 0x6D3BFD) is known color: Neon Blue. HEX triplet: 6D, 3B and FD. RGB value is (109,59,253). Sum of RGB (Red+Green+Blue) = 109+59+253=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D3BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3BFD is #92C402. Grayscale: #5F5F5F. Windows color (decimal): -9618435 or 16595821. OLE color: 16595821.

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

Color convert

RGB 109 59 253 -
CMYK 0.57 0.77 0 0.01
HSL 255.46º 0.98% 0.61% -
HSV(B) 255.46º 0.77% 0.99% -
XYZ 25.6 13.47 94.18 -
YUV 96.07 216.57 137.23 -
System Red Green Blue C M Y K H S L
Decimal 109 59 253 0.57 0.77 0 0.01 255.46 0.98 0.61
Hex 6D 3B FD 39 4D 0 1 FF 62 3D
Octal 155 73 375 71 115 0 1 377 142 75
Binary 1101101 111011 11111101 111001 1001101 0 1 11111111 1100010 111101

Color Harmonies of #6D3BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3BFD

Black with #6D3BFD

Text Example


Text Example

White with #6D3BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,59,253); }

 H1.HeaderClassName
 {
   color: #6D3BFD;
 }
 .AnyTagClassName
 {
   color: #6D3BFD;
 }
</style>

background-color css

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

 a { background-color: rgb(109,59,253); }

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

border-color css

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

 span { border-color: rgb(109,59,253); }

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