Html Css Color HEX #374FEC Neon Blue

📋 copy color: '#374FEC'

red 55 ◦ green 79 ◦ blue 236

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

Shades of Neon Blue #374FEC

Tints of Neon Blue #374FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 14.86%
G = 21.35%
B = 63.78%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#374FEC (or 0x374FEC) is known color: Neon Blue. HEX triplet: 37, 4F and EC. RGB value is (55,79,236). Sum of RGB (Red+Green+Blue) = 55+79+236=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #374FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374FEC is #C8B013. Grayscale: #595959. Windows color (decimal): -13152276 or 15486775. OLE color: 15486775.

HSL color Cylindrical-coordinate representation of color #374FEC: hue angle of 232.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 #374FEC is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 79 236 -
CMYK 0.77 0.67 0 0.07
HSL 232.04º 0.83% 0.57% -
HSV(B) 232.04º 0.77% 0.93% -
XYZ 19.51 12.46 80.73 -
YUV 89.72 210.55 103.23 -
System Red Green Blue C M Y K H S L
Decimal 55 79 236 0.77 0.67 0 0.07 232.04 0.83 0.57
Hex 37 4F EC 4D 43 0 7 E8 53 39
Octal 67 117 354 115 103 0 7 350 123 71
Binary 110111 1001111 11101100 1001101 1000011 0 111 11101000 1010011 111001

Color Harmonies of #374FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FEC

Black with #374FEC

Text Example


Text Example

White with #374FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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