Html Css Color HEX #3A59FD Neon Blue

📋 copy color: '#3A59FD'

red 58 ◦ green 89 ◦ blue 253

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

Shades of Neon Blue #3A59FD

Tints of Neon Blue #3A59FD

RGB

 RED value IS 58 (23.05% from 255) = 14.5%

 GREEN value IS 89 (35.16% from 255) = 22.25%

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

R = 14.5%
G = 22.25%
B = 63.25%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A59FD (or 0x3A59FD) is known color: Neon Blue. HEX triplet: 3A, 59 and FD. RGB value is (58,89,253). Sum of RGB (Red+Green+Blue) = 58+89+253=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A59FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A59FD is #C5A602. Grayscale: #616161. Windows color (decimal): -12953091 or 16603450. OLE color: 16603450.

HSL color Cylindrical-coordinate representation of color #3A59FD: hue angle of 230.46º 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 #3A59FD is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 89 253 -
CMYK 0.77 0.65 0 0.01
HSL 230.46º 0.98% 0.61% -
HSV(B) 230.46º 0.77% 0.99% -
XYZ 23.05 15.14 94.64 -
YUV 98.43 215.23 99.16 -
System Red Green Blue C M Y K H S L
Decimal 58 89 253 0.77 0.65 0 0.01 230.46 0.98 0.61
Hex 3A 59 FD 4D 41 0 1 E6 62 3D
Octal 72 131 375 115 101 0 1 346 142 75
Binary 111010 1011001 11111101 1001101 1000001 0 1 11100110 1100010 111101

Color Harmonies of #3A59FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A59FD

Black with #3A59FD

Text Example


Text Example

White with #3A59FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A59FD; }

 p { color: rgb(58,89,253); }

 H1.HeaderClassName
 {
   color: #3A59FD;
 }
 .AnyTagClassName
 {
   color: #3A59FD;
 }
</style>

background-color css

<style>
 a { background-color: #3A59FD; }

 a { background-color: rgb(58,89,253); }

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

border-color css

<style>
 span { border-color: #3A59FD; }

 span { border-color: rgb(58,89,253); }

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