Html Css Color HEX #6D41FC Neon Blue

📋 copy color: '#6D41FC'

red 109 ◦ green 65 ◦ blue 252

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

Shades of Neon Blue #6D41FC

Tints of Neon Blue #6D41FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.26%

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

R = 25.59%
G = 15.26%
B = 59.15%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D41FC (or 0x6D41FC) is known color: Neon Blue. HEX triplet: 6D, 41 and FC. RGB value is (109,65,252). Sum of RGB (Red+Green+Blue) = 109+65+252=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D41FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D41FC is #92BE03. Grayscale: #626262. Windows color (decimal): -9616900 or 16531821. OLE color: 16531821.

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

Color convert

RGB 109 65 252 -
CMYK 0.57 0.74 0 0.01
HSL 254.12º 0.97% 0.62% -
HSV(B) 254.12º 0.74% 0.99% -
XYZ 25.77 14.06 93.45 -
YUV 99.47 214.08 134.79 -
System Red Green Blue C M Y K H S L
Decimal 109 65 252 0.57 0.74 0 0.01 254.12 0.97 0.62
Hex 6D 41 FC 39 4A 0 1 FE 61 3E
Octal 155 101 374 71 112 0 1 376 141 76
Binary 1101101 1000001 11111100 111001 1001010 0 1 11111110 1100001 111110

Color Harmonies of #6D41FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D41FC

Black with #6D41FC

Text Example


Text Example

White with #6D41FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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