Html Css Color HEX #374CEC Neon Blue

📋 copy color: '#374CEC'

red 55 ◦ green 76 ◦ blue 236

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

Shades of Neon Blue #374CEC

Tints of Neon Blue #374CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

 BLUE value IS 236 (92.58% from 255) = 64.31%

R = 14.99%
G = 20.71%
B = 64.31%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#374CEC (or 0x374CEC) is known color: Neon Blue. HEX triplet: 37, 4C and EC. RGB value is (55,76,236). Sum of RGB (Red+Green+Blue) = 55+76+236=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #374CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374CEC is #C8B313. Grayscale: #575757. Windows color (decimal): -13153044 or 15486007. OLE color: 15486007.

HSL color Cylindrical-coordinate representation of color #374CEC: hue angle of 233.04º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #374CEC is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 76 236 -
CMYK 0.77 0.68 0 0.07
HSL 233.04º 0.83% 0.57% -
HSV(B) 233.04º 0.77% 0.93% -
XYZ 19.3 12.04 80.66 -
YUV 87.96 211.54 104.49 -
System Red Green Blue C M Y K H S L
Decimal 55 76 236 0.77 0.68 0 0.07 233.04 0.83 0.57
Hex 37 4C EC 4D 44 0 7 E9 53 39
Octal 67 114 354 115 104 0 7 351 123 71
Binary 110111 1001100 11101100 1001101 1000100 0 111 11101001 1010011 111001

Color Harmonies of #374CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CEC

Black with #374CEC

Text Example


Text Example

White with #374CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374CEC; }

 p { color: rgb(55,76,236); }

 H1.HeaderClassName
 {
   color: #374CEC;
 }
 .AnyTagClassName
 {
   color: #374CEC;
 }
</style>

background-color css

<style>
 a { background-color: #374CEC; }

 a { background-color: rgb(55,76,236); }

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

border-color css

<style>
 span { border-color: #374CEC; }

 span { border-color: rgb(55,76,236); }

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