Html Css Color HEX #3B4BFB Neon Blue

📋 copy color: '#3B4BFB'

red 59 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #3B4BFB

Tints of Neon Blue #3B4BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.48%

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

R = 15.32%
G = 19.48%
B = 65.19%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3B4BFB (or 0x3B4BFB) is known color: Neon Blue. HEX triplet: 3B, 4B and FB. RGB value is (59,75,251). Sum of RGB (Red+Green+Blue) = 59+75+251=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #3B4BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B4BFB is #C4B404. Grayscale: #595959. Windows color (decimal): -12891141 or 16468795. OLE color: 16468795.

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

Color convert

RGB 59 75 251 -
CMYK 0.76 0.70 0 0.02
HSL 235º 0.96% 0.61% -
HSV(B) 235º 0.76% 0.98% -
XYZ 21.73 12.93 92.62 -
YUV 90.28 218.7 105.69 -
System Red Green Blue C M Y K H S L
Decimal 59 75 251 0.76 0.70 0 0.02 235 0.96 0.61
Hex 3B 4B FB 4C 46 0 2 EB 60 3D
Octal 73 113 373 114 106 0 2 353 140 75
Binary 111011 1001011 11111011 1001100 1000110 0 10 11101011 1100000 111101

Color Harmonies of #3B4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4BFB

Black with #3B4BFB

Text Example


Text Example

White with #3B4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,75,251); }

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

background-color css

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

 a { background-color: rgb(59,75,251); }

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

border-color css

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

 span { border-color: rgb(59,75,251); }

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