Html Css Color HEX #3A5AFB Neon Blue

📋 copy color: '#3A5AFB'

red 58 ◦ green 90 ◦ blue 251

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

Shades of Neon Blue #3A5AFB

Tints of Neon Blue #3A5AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.91%

R = 14.54%
G = 22.56%
B = 62.91%

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

#3A5AFB (or 0x3A5AFB) is known color: Neon Blue. HEX triplet: 3A, 5A and FB. RGB value is (58,90,251). Sum of RGB (Red+Green+Blue) = 58+90+251=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A5AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A5AFB is #C5A504. Grayscale: #626262. Windows color (decimal): -12952837 or 16472634. OLE color: 16472634.

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

Color convert

RGB 58 90 251 -
CMYK 0.77 0.64 0 0.02
HSL 230.05º 0.96% 0.61% -
HSV(B) 230.05º 0.77% 0.98% -
XYZ 22.81 15.18 92.99 -
YUV 98.79 213.9 98.91 -
System Red Green Blue C M Y K H S L
Decimal 58 90 251 0.77 0.64 0 0.02 230.05 0.96 0.61
Hex 3A 5A FB 4D 40 0 2 E6 60 3D
Octal 72 132 373 115 100 0 2 346 140 75
Binary 111010 1011010 11111011 1001101 1000000 0 10 11100110 1100000 111101

Color Harmonies of #3A5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5AFB

Black with #3A5AFB

Text Example


Text Example

White with #3A5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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