Html Css Color HEX #6D3EFD Neon Blue

📋 copy color: '#6D3EFD'

red 109 ◦ green 62 ◦ blue 253

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

Shades of Neon Blue #6D3EFD

Tints of Neon Blue #6D3EFD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.62%

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

R = 25.71%
G = 14.62%
B = 59.67%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D3EFD (or 0x6D3EFD) is known color: Neon Blue. HEX triplet: 6D, 3E and FD. RGB value is (109,62,253). Sum of RGB (Red+Green+Blue) = 109+62+253=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D3EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3EFD is #92C102. Grayscale: #616161. Windows color (decimal): -9617667 or 16596589. OLE color: 16596589.

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

Color convert

RGB 109 62 253 -
CMYK 0.57 0.75 0 0.01
HSL 254.76º 0.98% 0.62% -
HSV(B) 254.76º 0.75% 0.99% -
XYZ 25.76 13.79 94.23 -
YUV 97.83 215.57 135.97 -
System Red Green Blue C M Y K H S L
Decimal 109 62 253 0.57 0.75 0 0.01 254.76 0.98 0.62
Hex 6D 3E FD 39 4B 0 1 FF 62 3E
Octal 155 76 375 71 113 0 1 377 142 76
Binary 1101101 111110 11111101 111001 1001011 0 1 11111111 1100010 111110

Color Harmonies of #6D3EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3EFD

Black with #6D3EFD

Text Example


Text Example

White with #6D3EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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