Html Css Color HEX #6854FA Neon Blue

📋 copy color: '#6854FA'

red 104 ◦ green 84 ◦ blue 250

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

Shades of Neon Blue #6854FA

Tints of Neon Blue #6854FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.18%

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

R = 23.74%
G = 19.18%
B = 57.08%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6854FA (or 0x6854FA) is known color: Neon Blue. HEX triplet: 68, 54 and FA. RGB value is (104,84,250). Sum of RGB (Red+Green+Blue) = 104+84+250=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #6854FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6854FA is #97AB05. Grayscale: #6C6C6C. Windows color (decimal): -9939718 or 16405608. OLE color: 16405608.

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

Color convert

RGB 104 84 250 -
CMYK 0.58 0.66 0 0.02
HSL 247.23º 0.94% 0.65% -
HSV(B) 247.23º 0.66% 0.98% -
XYZ 26.13 16.19 92.19 -
YUV 108.9 207.63 124.5 -
System Red Green Blue C M Y K H S L
Decimal 104 84 250 0.58 0.66 0 0.02 247.23 0.94 0.65
Hex 68 54 FA 3A 42 0 2 F7 5E 41
Octal 150 124 372 72 102 0 2 367 136 101
Binary 1101000 1010100 11111010 111010 1000010 0 10 11110111 1011110 1000001

Color Harmonies of #6854FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6854FA

Black with #6854FA

Text Example


Text Example

White with #6854FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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