Html Css Color HEX #3740FF Neon Blue

📋 copy color: '#3740FF'

red 55 ◦ green 64 ◦ blue 255

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

Shades of Neon Blue #3740FF

Tints of Neon Blue #3740FF

RGB

 RED value IS 55 (21.88% from 255) = 14.71%

 GREEN value IS 64 (25.39% from 255) = 17.11%

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

R = 14.71%
G = 17.11%
B = 68.18%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3740FF (or 0x3740FF) is known color: Neon Blue. HEX triplet: 37, 40 and FF. RGB value is (55,64,255). Sum of RGB (Red+Green+Blue) = 55+64+255=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #3740FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3740FF is #C8BF00. Grayscale: #525252. Windows color (decimal): -13156097 or 16728119. OLE color: 16728119.

HSL color Cylindrical-coordinate representation of color #3740FF: hue angle of 237.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3740FF is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 64 255 -
CMYK 0.78 0.75 0 0
HSL 237.3º 1% 0.61% -
HSV(B) 237.3º 0.78% 1% -
XYZ 21.46 11.7 95.73 -
YUV 83.08 225.02 107.97 -
System Red Green Blue C M Y K H S L
Decimal 55 64 255 0.78 0.75 0 0 237.3 1 0.61
Hex 37 40 FF 4E 4B 0 0 ED 64 3D
Octal 67 100 377 116 113 0 0 355 144 75
Binary 110111 1000000 11111111 1001110 1001011 0 0 11101101 1100100 111101

Color Harmonies of #3740FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3740FF

Black with #3740FF

Text Example


Text Example

White with #3740FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3740FF; }

 p { color: rgb(55,64,255); }

 H1.HeaderClassName
 {
   color: #3740FF;
 }
 .AnyTagClassName
 {
   color: #3740FF;
 }
</style>

background-color css

<style>
 a { background-color: #3740FF; }

 a { background-color: rgb(55,64,255); }

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

border-color css

<style>
 span { border-color: #3740FF; }

 span { border-color: rgb(55,64,255); }

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