Html Css Color HEX #684AFB Neon Blue

📋 copy color: '#684AFB'

red 104 ◦ green 74 ◦ blue 251

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

Shades of Neon Blue #684AFB

Tints of Neon Blue #684AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.25%

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

R = 24.24%
G = 17.25%
B = 58.51%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#684AFB (or 0x684AFB) is known color: Neon Blue. HEX triplet: 68, 4A and FB. RGB value is (104,74,251). Sum of RGB (Red+Green+Blue) = 104+74+251=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #684AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #684AFB is #97B504. Grayscale: #666666. Windows color (decimal): -9942277 or 16468584. OLE color: 16468584.

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

Color convert

RGB 104 74 251 -
CMYK 0.59 0.71 0 0.02
HSL 250.17º 0.96% 0.64% -
HSV(B) 250.17º 0.71% 0.98% -
XYZ 25.57 14.81 92.78 -
YUV 103.15 211.44 128.61 -
System Red Green Blue C M Y K H S L
Decimal 104 74 251 0.59 0.71 0 0.02 250.17 0.96 0.64
Hex 68 4A FB 3B 47 0 2 FA 60 40
Octal 150 112 373 73 107 0 2 372 140 100
Binary 1101000 1001010 11111011 111011 1000111 0 10 11111010 1100000 1000000

Color Harmonies of #684AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684AFB

Black with #684AFB

Text Example


Text Example

White with #684AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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