Html Css Color HEX #684BFB Neon Blue

📋 copy color: '#684BFB'

red 104 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #684BFB

Tints of Neon Blue #684BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.44%

 BLUE value IS 251 (98.44% from 255) = 58.37%

R = 24.19%
G = 17.44%
B = 58.37%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#684BFB (or 0x684BFB) is known color: Neon Blue. HEX triplet: 68, 4B and FB. RGB value is (104,75,251). Sum of RGB (Red+Green+Blue) = 104+75+251=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #684BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #684BFB is #97B404. Grayscale: #676767. Windows color (decimal): -9942021 or 16468840. OLE color: 16468840.

HSL color Cylindrical-coordinate representation of color #684BFB: hue angle of 249.89º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #684BFB is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 75 251 -
CMYK 0.59 0.70 0 0.02
HSL 249.89º 0.96% 0.64% -
HSV(B) 249.89º 0.7% 0.98% -
XYZ 25.64 14.94 92.8 -
YUV 103.74 211.11 128.19 -
System Red Green Blue C M Y K H S L
Decimal 104 75 251 0.59 0.70 0 0.02 249.89 0.96 0.64
Hex 68 4B FB 3B 46 0 2 FA 60 40
Octal 150 113 373 73 106 0 2 372 140 100
Binary 1101000 1001011 11111011 111011 1000110 0 10 11111010 1100000 1000000

Color Harmonies of #684BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684BFB

Black with #684BFB

Text Example


Text Example

White with #684BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684BFB; }

 p { color: rgb(104,75,251); }

 H1.HeaderClassName
 {
   color: #684BFB;
 }
 .AnyTagClassName
 {
   color: #684BFB;
 }
</style>

background-color css

<style>
 a { background-color: #684BFB; }

 a { background-color: rgb(104,75,251); }

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

border-color css

<style>
 span { border-color: #684BFB; }

 span { border-color: rgb(104,75,251); }

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