Html Css Color HEX #6849FA Neon Blue

📋 copy color: '#6849FA'

red 104 ◦ green 73 ◦ blue 250

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

Shades of Neon Blue #6849FA

Tints of Neon Blue #6849FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.55%

R = 24.36%
G = 17.1%
B = 58.55%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6849FA (or 0x6849FA) is known color: Neon Blue. HEX triplet: 68, 49 and FA. RGB value is (104,73,250). Sum of RGB (Red+Green+Blue) = 104+73+250=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #6849FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6849FA is #97B605. Grayscale: #656565. Windows color (decimal): -9942534 or 16402792. OLE color: 16402792.

HSL color Cylindrical-coordinate representation of color #6849FA: hue angle of 250.51º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6849FA is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 73 250 -
CMYK 0.58 0.71 0 0.02
HSL 250.51º 0.95% 0.63% -
HSV(B) 250.51º 0.71% 0.98% -
XYZ 25.35 14.61 91.93 -
YUV 102.45 211.27 129.11 -
System Red Green Blue C M Y K H S L
Decimal 104 73 250 0.58 0.71 0 0.02 250.51 0.95 0.63
Hex 68 49 FA 3A 47 0 2 FB 5F 3F
Octal 150 111 372 72 107 0 2 373 137 77
Binary 1101000 1001001 11111010 111010 1000111 0 10 11111011 1011111 111111

Color Harmonies of #6849FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6849FA

Black with #6849FA

Text Example


Text Example

White with #6849FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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