#6851F9

Color #6851F9 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6851F9

Tints of Neon Blue #6851F9

Color information

#6851F9 (or 0x6851F9) is unknown color: approx Neon Blue. HEX triplet: 68, 51 and F9. RGB value is (104,81,249). Sum of RGB (Red+Green+Blue) = 104+81+249=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 249 (97.66% from 255 or 57.37% from 434); Max value from RGB is 249 - color contains mainly: blue. Hex color #6851F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6851F9 is #97AE06. Grayscale: #6A6A6A. Windows color (decimal): -9940487 or 16339304. OLE color: 16339304.

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

Color convert

RGB10481249-
CMYK0.580.6700.02
HSL248.21º93.33%64.71%-
HSV(B)248.21º67.47%97.65%-
XYZ25.7515.6791.29-
YUV107.03208.12125.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 249 (97.66% from 255) = 57.37%
R=23.96%
G=18.66%
B=57.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal104812490.580.6700.02248.2193.3364.71
Hex6851F93A4302f85d41
Octal1501213717210302370135101
Binary110100010100011111100111101010000110101111100010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6851F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6851F9;
 }
 .AnyTagClassName
 {
   color: #6851F9;
 }
</style>
background-color css

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

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

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

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

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

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