Html Css Color HEX #3A5BFE Neon Blue

📋 copy color: '#3A5BFE'

red 58 ◦ green 91 ◦ blue 254

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

Shades of Neon Blue #3A5BFE

Tints of Neon Blue #3A5BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.58%

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 14.39%
G = 22.58%
B = 63.03%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3A5BFE (or 0x3A5BFE) is known color: Neon Blue. HEX triplet: 3A, 5B and FE. RGB value is (58,91,254). Sum of RGB (Red+Green+Blue) = 58+91+254=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A5BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A5BFE is #C5A401. Grayscale: #636363. Windows color (decimal): -12952578 or 16669498. OLE color: 16669498.

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

Color convert

RGB 58 91 254 -
CMYK 0.77 0.64 0 0.00
HSL 229.9º 0.99% 0.61% -
HSV(B) 229.9º 0.77% 1% -
XYZ 23.38 15.54 95.53 -
YUV 99.72 215.07 98.25 -
System Red Green Blue C M Y K H S L
Decimal 58 91 254 0.77 0.64 0 0.00 229.9 0.99 0.61
Hex 3A 5B FE 4D 40 0 0 E6 63 3D
Octal 72 133 376 115 100 0 0 346 143 75
Binary 111010 1011011 11111110 1001101 1000000 0 0 11100110 1100011 111101

Color Harmonies of #3A5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5BFE

Black with #3A5BFE

Text Example


Text Example

White with #3A5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,91,254); }

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

background-color css

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

 a { background-color: rgb(58,91,254); }

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

border-color css

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

 span { border-color: rgb(58,91,254); }

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