Html Css Color HEX #3A57FD Neon Blue

📋 copy color: '#3A57FD'

red 58 ◦ green 87 ◦ blue 253

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

Shades of Neon Blue #3A57FD

Tints of Neon Blue #3A57FD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.86%

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

R = 14.57%
G = 21.86%
B = 63.57%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A57FD (or 0x3A57FD) is known color: Neon Blue. HEX triplet: 3A, 57 and FD. RGB value is (58,87,253). Sum of RGB (Red+Green+Blue) = 58+87+253=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A57FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A57FD is #C5A802. Grayscale: #606060. Windows color (decimal): -12953603 or 16602938. OLE color: 16602938.

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

Color convert

RGB 58 87 253 -
CMYK 0.77 0.66 0 0.01
HSL 231.08º 0.98% 0.61% -
HSV(B) 231.08º 0.77% 0.99% -
XYZ 22.88 14.81 94.58 -
YUV 97.25 215.89 100 -
System Red Green Blue C M Y K H S L
Decimal 58 87 253 0.77 0.66 0 0.01 231.08 0.98 0.61
Hex 3A 57 FD 4D 42 0 1 E7 62 3D
Octal 72 127 375 115 102 0 1 347 142 75
Binary 111010 1010111 11111101 1001101 1000010 0 1 11100111 1100010 111101

Color Harmonies of #3A57FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A57FD

Black with #3A57FD

Text Example


Text Example

White with #3A57FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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