Html Css Color HEX #6850FD Neon Blue

📋 copy color: '#6850FD'

red 104 ◦ green 80 ◦ blue 253

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

Shades of Neon Blue #6850FD

Tints of Neon Blue #6850FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.31%

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

R = 23.8%
G = 18.31%
B = 57.89%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6850FD (or 0x6850FD) is known color: Neon Blue. HEX triplet: 68, 50 and FD. RGB value is (104,80,253). Sum of RGB (Red+Green+Blue) = 104+80+253=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #6850FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6850FD is #97AF02. Grayscale: #6A6A6A. Windows color (decimal): -9940739 or 16601192. OLE color: 16601192.

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

Color convert

RGB 104 80 253 -
CMYK 0.59 0.68 0 0.01
HSL 248.32º 0.98% 0.65% -
HSV(B) 248.32º 0.68% 0.99% -
XYZ 26.31 15.77 94.59 -
YUV 106.9 210.45 125.93 -
System Red Green Blue C M Y K H S L
Decimal 104 80 253 0.59 0.68 0 0.01 248.32 0.98 0.65
Hex 68 50 FD 3B 44 0 1 F8 62 41
Octal 150 120 375 73 104 0 1 370 142 101
Binary 1101000 1010000 11111101 111011 1000100 0 1 11111000 1100010 1000001

Color Harmonies of #6850FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6850FD

Black with #6850FD

Text Example


Text Example

White with #6850FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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