Html Css Color HEX #374CEF Neon Blue

📋 copy color: '#374CEF'

red 55 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #374CEF

Tints of Neon Blue #374CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.59%

R = 14.86%
G = 20.54%
B = 64.59%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#374CEF (or 0x374CEF) is known color: Neon Blue. HEX triplet: 37, 4C and EF. RGB value is (55,76,239). Sum of RGB (Red+Green+Blue) = 55+76+239=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #374CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374CEF is #C8B310. Grayscale: #575757. Windows color (decimal): -13153041 or 15682615. OLE color: 15682615.

HSL color Cylindrical-coordinate representation of color #374CEF: hue angle of 233.15º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #374CEF is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 76 239 -
CMYK 0.77 0.68 0 0.06
HSL 233.15º 0.85% 0.58% -
HSV(B) 233.15º 0.77% 0.94% -
XYZ 19.74 12.21 82.98 -
YUV 88.3 213.04 104.25 -
System Red Green Blue C M Y K H S L
Decimal 55 76 239 0.77 0.68 0 0.06 233.15 0.85 0.58
Hex 37 4C EF 4D 44 0 6 E9 55 3A
Octal 67 114 357 115 104 0 6 351 125 72
Binary 110111 1001100 11101111 1001101 1000100 0 110 11101001 1010101 111010

Color Harmonies of #374CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CEF

Black with #374CEF

Text Example


Text Example

White with #374CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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