Html Css Color HEX #683FFA Neon Blue

📋 copy color: '#683FFA'

red 104 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #683FFA

Tints of Neon Blue #683FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.11%

 BLUE value IS 250 (98.05% from 255) = 59.95%

R = 24.94%
G = 15.11%
B = 59.95%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#683FFA (or 0x683FFA) is known color: Neon Blue. HEX triplet: 68, 3F and FA. RGB value is (104,63,250). Sum of RGB (Red+Green+Blue) = 104+63+250=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #683FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683FFA is #97C005. Grayscale: #5F5F5F. Windows color (decimal): -9945094 or 16400232. OLE color: 16400232.

HSL color Cylindrical-coordinate representation of color #683FFA: hue angle of 253.16º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683FFA is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 63 250 -
CMYK 0.58 0.75 0 0.02
HSL 253.16º 0.95% 0.61% -
HSV(B) 253.16º 0.75% 0.98% -
XYZ 24.74 13.4 91.72 -
YUV 96.58 214.58 133.29 -
System Red Green Blue C M Y K H S L
Decimal 104 63 250 0.58 0.75 0 0.02 253.16 0.95 0.61
Hex 68 3F FA 3A 4B 0 2 FD 5F 3D
Octal 150 77 372 72 113 0 2 375 137 75
Binary 1101000 111111 11111010 111010 1001011 0 10 11111101 1011111 111101

Color Harmonies of #683FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683FFA

Black with #683FFA

Text Example


Text Example

White with #683FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,63,250); }

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

background-color css

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

 a { background-color: rgb(104,63,250); }

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

border-color css

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

 span { border-color: rgb(104,63,250); }

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