Html Css Color HEX #3F37EB Neon Blue

📋 copy color: '#3F37EB'

red 63 ◦ green 55 ◦ blue 235

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

Shades of Neon Blue #3F37EB

Tints of Neon Blue #3F37EB

RGB

 RED value IS 63 (25% from 255) = 17.85%

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

 BLUE value IS 235 (92.19% from 255) = 66.57%

R = 17.85%
G = 15.58%
B = 66.57%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3F37EB (or 0x3F37EB) is known color: Neon Blue. HEX triplet: 3F, 37 and EB. RGB value is (63,55,235). Sum of RGB (Red+Green+Blue) = 63+55+235=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F37EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F37EB is #C0C814. Grayscale: #4D4D4D. Windows color (decimal): -12634133 or 15415103. OLE color: 15415103.

HSL color Cylindrical-coordinate representation of color #3F37EB: hue angle of 242.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F37EB is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 55 235 -
CMYK 0.73 0.77 0 0.08
HSL 242.67º 0.82% 0.57% -
HSV(B) 242.67º 0.77% 0.92% -
XYZ 18.41 9.79 79.52 -
YUV 77.91 216.65 117.36 -
System Red Green Blue C M Y K H S L
Decimal 63 55 235 0.73 0.77 0 0.08 242.67 0.82 0.57
Hex 3F 37 EB 49 4D 0 8 F3 52 39
Octal 77 67 353 111 115 0 10 363 122 71
Binary 111111 110111 11101011 1001001 1001101 0 1000 11110011 1010010 111001

Color Harmonies of #3F37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F37EB

Black with #3F37EB

Text Example


Text Example

White with #3F37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,55,235); }

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

background-color css

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

 a { background-color: rgb(63,55,235); }

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

border-color css

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

 span { border-color: rgb(63,55,235); }

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