Html Css Color HEX #3B37FA Neon Blue

📋 copy color: '#3B37FA'

red 59 ◦ green 55 ◦ blue 250

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

Shades of Neon Blue #3B37FA

Tints of Neon Blue #3B37FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.11%

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 16.21%
G = 15.11%
B = 68.68%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3B37FA (or 0x3B37FA) is known color: Neon Blue. HEX triplet: 3B, 37 and FA. RGB value is (59,55,250). Sum of RGB (Red+Green+Blue) = 59+55+250=364 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.21% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #3B37FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B37FA is #C4C805. Grayscale: #4D4D4D. Windows color (decimal): -12896262 or 16398139. OLE color: 16398139.

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

Color convert

RGB 59 55 250 -
CMYK 0.76 0.78 0 0.02
HSL 241.23º 0.95% 0.6% -
HSV(B) 241.23º 0.78% 0.98% -
XYZ 20.43 10.56 91.41 -
YUV 78.43 224.83 114.14 -
System Red Green Blue C M Y K H S L
Decimal 59 55 250 0.76 0.78 0 0.02 241.23 0.95 0.6
Hex 3B 37 FA 4C 4E 0 2 F1 5F 3C
Octal 73 67 372 114 116 0 2 361 137 74
Binary 111011 110111 11111010 1001100 1001110 0 10 11110001 1011111 111100

Color Harmonies of #3B37FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B37FA

Black with #3B37FA

Text Example


Text Example

White with #3B37FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,55,250); }

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

background-color css

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

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

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

border-color css

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

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

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