Html Css Color HEX #683CFD Neon Blue

📋 copy color: '#683CFD'

red 104 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #683CFD

Tints of Neon Blue #683CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.39%

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

R = 24.94%
G = 14.39%
B = 60.67%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#683CFD (or 0x683CFD) is known color: Neon Blue. HEX triplet: 68, 3C and FD. RGB value is (104,60,253). Sum of RGB (Red+Green+Blue) = 104+60+253=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #683CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683CFD is #97C302. Grayscale: #5E5E5E. Windows color (decimal): -9945859 or 16596072. OLE color: 16596072.

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

Color convert

RGB 104 60 253 -
CMYK 0.59 0.76 0 0.01
HSL 253.68º 0.98% 0.61% -
HSV(B) 253.68º 0.76% 0.99% -
XYZ 25.05 13.27 94.17 -
YUV 95.16 217.08 134.31 -
System Red Green Blue C M Y K H S L
Decimal 104 60 253 0.59 0.76 0 0.01 253.68 0.98 0.61
Hex 68 3C FD 3B 4C 0 1 FE 62 3D
Octal 150 74 375 73 114 0 1 376 142 75
Binary 1101000 111100 11111101 111011 1001100 0 1 11111110 1100010 111101

Color Harmonies of #683CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683CFD

Black with #683CFD

Text Example


Text Example

White with #683CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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