Html Css Color HEX #374CEB Neon Blue

📋 copy color: '#374CEB'

red 55 ◦ green 76 ◦ blue 235

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

Shades of Neon Blue #374CEB

Tints of Neon Blue #374CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.21%

R = 15.03%
G = 20.77%
B = 64.21%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#374CEB (or 0x374CEB) is known color: Neon Blue. HEX triplet: 37, 4C and EB. RGB value is (55,76,235). Sum of RGB (Red+Green+Blue) = 55+76+235=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #374CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374CEB is #C8B314. Grayscale: #575757. Windows color (decimal): -13153045 or 15420471. OLE color: 15420471.

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

Color convert

RGB 55 76 235 -
CMYK 0.77 0.68 0 0.08
HSL 233º 0.82% 0.57% -
HSV(B) 233º 0.77% 0.92% -
XYZ 19.16 11.98 79.9 -
YUV 87.85 211.04 104.57 -
System Red Green Blue C M Y K H S L
Decimal 55 76 235 0.77 0.68 0 0.08 233 0.82 0.57
Hex 37 4C EB 4D 44 0 8 E9 52 39
Octal 67 114 353 115 104 0 10 351 122 71
Binary 110111 1001100 11101011 1001101 1000100 0 1000 11101001 1010010 111001

Color Harmonies of #374CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CEB

Black with #374CEB

Text Example


Text Example

White with #374CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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