Html Css Color HEX #3A5AFA Neon Blue

📋 copy color: '#3A5AFA'

red 58 ◦ green 90 ◦ blue 250

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

Shades of Neon Blue #3A5AFA

Tints of Neon Blue #3A5AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

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

R = 14.57%
G = 22.61%
B = 62.81%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A5AFA (or 0x3A5AFA) is known color: Neon Blue. HEX triplet: 3A, 5A and FA. RGB value is (58,90,250). Sum of RGB (Red+Green+Blue) = 58+90+250=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A5AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A5AFA is #C5A505. Grayscale: #626262. Windows color (decimal): -12952838 or 16407098. OLE color: 16407098.

HSL color Cylindrical-coordinate representation of color #3A5AFA: hue angle of 230º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A5AFA is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 90 250 -
CMYK 0.77 0.64 0 0.02
HSL 230º 0.95% 0.6% -
HSV(B) 230º 0.77% 0.98% -
XYZ 22.66 15.11 92.17 -
YUV 98.67 213.4 98.99 -
System Red Green Blue C M Y K H S L
Decimal 58 90 250 0.77 0.64 0 0.02 230 0.95 0.6
Hex 3A 5A FA 4D 40 0 2 E6 5F 3C
Octal 72 132 372 115 100 0 2 346 137 74
Binary 111010 1011010 11111010 1001101 1000000 0 10 11100110 1011111 111100

Color Harmonies of #3A5AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5AFA

Black with #3A5AFA

Text Example


Text Example

White with #3A5AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,90,250); }

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

background-color css

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

 a { background-color: rgb(58,90,250); }

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

border-color css

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

 span { border-color: rgb(58,90,250); }

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