Html Css Color HEX #6D3DFC Neon Blue

📋 copy color: '#6D3DFC'

red 109 ◦ green 61 ◦ blue 252

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

Shades of Neon Blue #6D3DFC

Tints of Neon Blue #6D3DFC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.45%

 BLUE value IS 252 (98.83% from 255) = 59.72%

R = 25.83%
G = 14.45%
B = 59.72%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D3DFC (or 0x6D3DFC) is known color: Neon Blue. HEX triplet: 6D, 3D and FC. RGB value is (109,61,252). Sum of RGB (Red+Green+Blue) = 109+61+252=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D3DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3DFC is #92C203. Grayscale: #606060. Windows color (decimal): -9617924 or 16530797. OLE color: 16530797.

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

Color convert

RGB 109 61 252 -
CMYK 0.57 0.76 0 0.01
HSL 255.08º 0.97% 0.61% -
HSV(B) 255.08º 0.76% 0.99% -
XYZ 25.55 13.62 93.38 -
YUV 97.13 215.4 136.47 -
System Red Green Blue C M Y K H S L
Decimal 109 61 252 0.57 0.76 0 0.01 255.08 0.97 0.61
Hex 6D 3D FC 39 4C 0 1 FF 61 3D
Octal 155 75 374 71 114 0 1 377 141 75
Binary 1101101 111101 11111100 111001 1001100 0 1 11111111 1100001 111101

Color Harmonies of #6D3DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3DFC

Black with #6D3DFC

Text Example


Text Example

White with #6D3DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,61,252); }

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

background-color css

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

 a { background-color: rgb(109,61,252); }

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

border-color css

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

 span { border-color: rgb(109,61,252); }

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