Html Css Color HEX #6D48FE Neon Blue

📋 copy color: '#6D48FE'

red 109 ◦ green 72 ◦ blue 254

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

Shades of Neon Blue #6D48FE

Tints of Neon Blue #6D48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.55%

 BLUE value IS 254 (99.61% from 255) = 58.39%

R = 25.06%
G = 16.55%
B = 58.39%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D48FE (or 0x6D48FE) is known color: Neon Blue. HEX triplet: 6D, 48 and FE. RGB value is (109,72,254). Sum of RGB (Red+Green+Blue) = 109+72+254=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D48FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D48FE is #92B701. Grayscale: #676767. Windows color (decimal): -9615106 or 16664685. OLE color: 16664685.

HSL color Cylindrical-coordinate representation of color #6D48FE: hue angle of 252.2º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D48FE is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 109 72 254 -
CMYK 0.57 0.72 0 0.00
HSL 252.2º 0.99% 0.64% -
HSV(B) 252.2º 0.72% 1% -
XYZ 26.51 15.04 95.27 -
YUV 103.81 212.76 131.7 -
System Red Green Blue C M Y K H S L
Decimal 109 72 254 0.57 0.72 0 0.00 252.2 0.99 0.64
Hex 6D 48 FE 39 48 0 0 FC 63 40
Octal 155 110 376 71 110 0 0 374 143 100
Binary 1101101 1001000 11111110 111001 1001000 0 0 11111100 1100011 1000000

Color Harmonies of #6D48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D48FE

Black with #6D48FE

Text Example


Text Example

White with #6D48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,72,254); }

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

background-color css

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

 a { background-color: rgb(109,72,254); }

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

border-color css

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

 span { border-color: rgb(109,72,254); }

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