Html Css Color HEX #3B5CFB Neon Blue

📋 copy color: '#3B5CFB'

red 59 ◦ green 92 ◦ blue 251

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

Shades of Neon Blue #3B5CFB

Tints of Neon Blue #3B5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.89%

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

R = 14.68%
G = 22.89%
B = 62.44%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3B5CFB (or 0x3B5CFB) is known color: Neon Blue. HEX triplet: 3B, 5C and FB. RGB value is (59,92,251). Sum of RGB (Red+Green+Blue) = 59+92+251=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #3B5CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5CFB is #C4A304. Grayscale: #636363. Windows color (decimal): -12886789 or 16473147. OLE color: 16473147.

HSL color Cylindrical-coordinate representation of color #3B5CFB: hue angle of 229.69º 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 #3B5CFB is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 92 251 -
CMYK 0.76 0.63 0 0.02
HSL 229.69º 0.96% 0.61% -
HSV(B) 229.69º 0.76% 0.98% -
XYZ 23.04 15.55 93.05 -
YUV 100.26 213.07 98.57 -
System Red Green Blue C M Y K H S L
Decimal 59 92 251 0.76 0.63 0 0.02 229.69 0.96 0.61
Hex 3B 5C FB 4C 3F 0 2 E6 60 3D
Octal 73 134 373 114 77 0 2 346 140 75
Binary 111011 1011100 11111011 1001100 111111 0 10 11100110 1100000 111101

Color Harmonies of #3B5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5CFB

Black with #3B5CFB

Text Example


Text Example

White with #3B5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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