Html Css Color HEX #3B3BED Neon Blue

📋 copy color: '#3B3BED'

red 59 ◦ green 59 ◦ blue 237

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

Shades of Neon Blue #3B3BED

Tints of Neon Blue #3B3BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.62%

 BLUE value IS 237 (92.97% from 255) = 66.76%

R = 16.62%
G = 16.62%
B = 66.76%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3B3BED (or 0x3B3BED) is known color: Neon Blue. HEX triplet: 3B, 3B and ED. RGB value is (59,59,237). Sum of RGB (Red+Green+Blue) = 59+59+237=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B3BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B3BED is #C4C412. Grayscale: #4E4E4E. Windows color (decimal): -12895251 or 15547195. OLE color: 15547195.

HSL color Cylindrical-coordinate representation of color #3B3BED: hue angle of 240º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B3BED is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 59 237 -
CMYK 0.75 0.75 0 0.07
HSL 240º 0.83% 0.58% -
HSV(B) 240º 0.75% 0.93% -
XYZ 18.65 10.17 81.1 -
YUV 79.29 217 113.53 -
System Red Green Blue C M Y K H S L
Decimal 59 59 237 0.75 0.75 0 0.07 240 0.83 0.58
Hex 3B 3B ED 4B 4B 0 7 F0 53 3A
Octal 73 73 355 113 113 0 7 360 123 72
Binary 111011 111011 11101101 1001011 1001011 0 111 11110000 1010011 111010

Color Harmonies of #3B3BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3BED

Black with #3B3BED

Text Example


Text Example

White with #3B3BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,59,237); }

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

background-color css

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

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

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

border-color css

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

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

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