Html Css Color HEX #3B5BFE Neon Blue

📋 copy color: '#3B5BFE'

red 59 ◦ green 91 ◦ blue 254

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

Shades of Neon Blue #3B5BFE

Tints of Neon Blue #3B5BFE

RGB

 RED value IS 59 (23.44% from 255) = 14.6%

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

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

R = 14.6%
G = 22.52%
B = 62.87%

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

#3B5BFE (or 0x3B5BFE) is known color: Neon Blue. HEX triplet: 3B, 5B and FE. RGB value is (59,91,254). Sum of RGB (Red+Green+Blue) = 59+91+254=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B5BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5BFE is #C4A401. Grayscale: #636363. Windows color (decimal): -12887042 or 16669499. OLE color: 16669499.

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

Color convert

RGB 59 91 254 -
CMYK 0.77 0.64 0 0.00
HSL 230.15º 0.99% 0.61% -
HSV(B) 230.15º 0.77% 1% -
XYZ 23.43 15.57 95.54 -
YUV 100.01 214.9 98.75 -
System Red Green Blue C M Y K H S L
Decimal 59 91 254 0.77 0.64 0 0.00 230.15 0.99 0.61
Hex 3B 5B FE 4D 40 0 0 E6 63 3D
Octal 73 133 376 115 100 0 0 346 143 75
Binary 111011 1011011 11111110 1001101 1000000 0 0 11100110 1100011 111101

Color Harmonies of #3B5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5BFE

Black with #3B5BFE

Text Example


Text Example

White with #3B5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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