Html Css Color HEX #3B47FF Neon Blue

📋 copy color: '#3B47FF'

red 59 ◦ green 71 ◦ blue 255

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

Shades of Neon Blue #3B47FF

Tints of Neon Blue #3B47FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.44%

 BLUE value IS 255 (100% from 255) = 66.23%

R = 15.32%
G = 18.44%
B = 66.23%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3B47FF (or 0x3B47FF) is known color: Neon Blue. HEX triplet: 3B, 47 and FF. RGB value is (59,71,255). Sum of RGB (Red+Green+Blue) = 59+71+255=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B47FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B47FF is #C4B800. Grayscale: #575757. Windows color (decimal): -12892161 or 16729915. OLE color: 16729915.

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

Color convert

RGB 59 71 255 -
CMYK 0.77 0.72 0 0
HSL 236.33º 1% 0.62% -
HSV(B) 236.33º 0.77% 1% -
XYZ 22.11 12.66 95.89 -
YUV 88.39 222.02 107.04 -
System Red Green Blue C M Y K H S L
Decimal 59 71 255 0.77 0.72 0 0 236.33 1 0.62
Hex 3B 47 FF 4D 48 0 0 EC 64 3E
Octal 73 107 377 115 110 0 0 354 144 76
Binary 111011 1000111 11111111 1001101 1001000 0 0 11101100 1100100 111110

Color Harmonies of #3B47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B47FF

Black with #3B47FF

Text Example


Text Example

White with #3B47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,71,255); }

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

background-color css

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

 a { background-color: rgb(59,71,255); }

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

border-color css

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

 span { border-color: rgb(59,71,255); }

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