Html Css Color HEX #3740FE Neon Blue

📋 copy color: '#3740FE'

red 55 ◦ green 64 ◦ blue 254

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

Shades of Neon Blue #3740FE

Tints of Neon Blue #3740FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.1%

R = 14.75%
G = 17.16%
B = 68.1%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3740FE (or 0x3740FE) is known color: Neon Blue. HEX triplet: 37, 40 and FE. RGB value is (55,64,254). Sum of RGB (Red+Green+Blue) = 55+64+254=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #3740FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3740FE is #C8BF01. Grayscale: #525252. Windows color (decimal): -13156098 or 16662583. OLE color: 16662583.

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

Color convert

RGB 55 64 254 -
CMYK 0.78 0.75 0 0.00
HSL 237.29º 0.99% 0.61% -
HSV(B) 237.29º 0.78% 1% -
XYZ 21.3 11.63 94.89 -
YUV 82.97 224.52 108.05 -
System Red Green Blue C M Y K H S L
Decimal 55 64 254 0.78 0.75 0 0.00 237.29 0.99 0.61
Hex 37 40 FE 4E 4B 0 0 ED 63 3D
Octal 67 100 376 116 113 0 0 355 143 75
Binary 110111 1000000 11111110 1001110 1001011 0 0 11101101 1100011 111101

Color Harmonies of #3740FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3740FE

Black with #3740FE

Text Example


Text Example

White with #3740FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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