Html Css Color HEX #6849FD Neon Blue

📋 copy color: '#6849FD'

red 104 ◦ green 73 ◦ blue 253

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

Shades of Neon Blue #6849FD

Tints of Neon Blue #6849FD

RGB

 RED value IS 104 (41.02% from 255) = 24.19%

 GREEN value IS 73 (28.91% from 255) = 16.98%

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

R = 24.19%
G = 16.98%
B = 58.84%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6849FD (or 0x6849FD) is known color: Neon Blue. HEX triplet: 68, 49 and FD. RGB value is (104,73,253). Sum of RGB (Red+Green+Blue) = 104+73+253=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #6849FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6849FD is #97B602. Grayscale: #666666. Windows color (decimal): -9942531 or 16599400. OLE color: 16599400.

HSL color Cylindrical-coordinate representation of color #6849FD: hue angle of 250.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6849FD is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 73 253 -
CMYK 0.59 0.71 0 0.01
HSL 250.33º 0.98% 0.64% -
HSV(B) 250.33º 0.71% 0.99% -
XYZ 25.82 14.8 94.42 -
YUV 102.79 212.77 128.86 -
System Red Green Blue C M Y K H S L
Decimal 104 73 253 0.59 0.71 0 0.01 250.33 0.98 0.64
Hex 68 49 FD 3B 47 0 1 FA 62 40
Octal 150 111 375 73 107 0 1 372 142 100
Binary 1101000 1001001 11111101 111011 1000111 0 1 11111010 1100010 1000000

Color Harmonies of #6849FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6849FD

Black with #6849FD

Text Example


Text Example

White with #6849FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6849FD; }

 p { color: rgb(104,73,253); }

 H1.HeaderClassName
 {
   color: #6849FD;
 }
 .AnyTagClassName
 {
   color: #6849FD;
 }
</style>

background-color css

<style>
 a { background-color: #6849FD; }

 a { background-color: rgb(104,73,253); }

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

border-color css

<style>
 span { border-color: #6849FD; }

 span { border-color: rgb(104,73,253); }

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