Html Css Color HEX #683BFD Neon Blue

📋 copy color: '#683BFD'

red 104 ◦ green 59 ◦ blue 253

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

Shades of Neon Blue #683BFD

Tints of Neon Blue #683BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.18%

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

R = 25%
G = 14.18%
B = 60.82%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#683BFD (or 0x683BFD) is known color: Neon Blue. HEX triplet: 68, 3B and FD. RGB value is (104,59,253). Sum of RGB (Red+Green+Blue) = 104+59+253=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #683BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683BFD is #97C402. Grayscale: #5D5D5D. Windows color (decimal): -9946115 or 16595816. OLE color: 16595816.

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

Color convert

RGB 104 59 253 -
CMYK 0.59 0.77 0 0.01
HSL 253.92º 0.98% 0.61% -
HSV(B) 253.92º 0.77% 0.99% -
XYZ 25 13.16 94.15 -
YUV 94.57 217.41 134.73 -
System Red Green Blue C M Y K H S L
Decimal 104 59 253 0.59 0.77 0 0.01 253.92 0.98 0.61
Hex 68 3B FD 3B 4D 0 1 FE 62 3D
Octal 150 73 375 73 115 0 1 376 142 75
Binary 1101000 111011 11111101 111011 1001101 0 1 11111110 1100010 111101

Color Harmonies of #683BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683BFD

Black with #683BFD

Text Example


Text Example

White with #683BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683BFD; }

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

 H1.HeaderClassName
 {
   color: #683BFD;
 }
 .AnyTagClassName
 {
   color: #683BFD;
 }
</style>

background-color css

<style>
 a { background-color: #683BFD; }

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

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

border-color css

<style>
 span { border-color: #683BFD; }

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

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