Html Css Color HEX #6851FA Neon Blue

📋 copy color: '#6851FA'

red 104 ◦ green 81 ◦ blue 250

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

Shades of Neon Blue #6851FA

Tints of Neon Blue #6851FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

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

R = 23.91%
G = 18.62%
B = 57.47%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6851FA (or 0x6851FA) is known color: Neon Blue. HEX triplet: 68, 51 and FA. RGB value is (104,81,250). Sum of RGB (Red+Green+Blue) = 104+81+250=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #6851FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6851FA is #97AE05. Grayscale: #6A6A6A. Windows color (decimal): -9940486 or 16404840. OLE color: 16404840.

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

Color convert

RGB 104 81 250 -
CMYK 0.58 0.68 0 0.02
HSL 248.17º 0.94% 0.65% -
HSV(B) 248.17º 0.68% 0.98% -
XYZ 25.91 15.73 92.11 -
YUV 107.14 208.62 125.76 -
System Red Green Blue C M Y K H S L
Decimal 104 81 250 0.58 0.68 0 0.02 248.17 0.94 0.65
Hex 68 51 FA 3A 44 0 2 F8 5E 41
Octal 150 121 372 72 104 0 2 370 136 101
Binary 1101000 1010001 11111010 111010 1000100 0 10 11111000 1011110 1000001

Color Harmonies of #6851FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6851FA

Black with #6851FA

Text Example


Text Example

White with #6851FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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