Html Css Color HEX #374DEE Neon Blue

📋 copy color: '#374DEE'

red 55 ◦ green 77 ◦ blue 238

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

Shades of Neon Blue #374DEE

Tints of Neon Blue #374DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.81%

 BLUE value IS 238 (93.36% from 255) = 64.32%

R = 14.86%
G = 20.81%
B = 64.32%

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

#374DEE (or 0x374DEE) is known color: Neon Blue. HEX triplet: 37, 4D and EE. RGB value is (55,77,238). Sum of RGB (Red+Green+Blue) = 55+77+238=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #374DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374DEE is #C8B211. Grayscale: #585858. Windows color (decimal): -13152786 or 15617335. OLE color: 15617335.

HSL color Cylindrical-coordinate representation of color #374DEE: hue angle of 232.79º degrees, saturation: 0.84, 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 #374DEE is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 77 238 -
CMYK 0.77 0.68 0 0.07
HSL 232.79º 0.84% 0.57% -
HSV(B) 232.79º 0.77% 0.93% -
XYZ 19.66 12.29 82.23 -
YUV 88.78 212.21 103.91 -
System Red Green Blue C M Y K H S L
Decimal 55 77 238 0.77 0.68 0 0.07 232.79 0.84 0.57
Hex 37 4D EE 4D 44 0 7 E9 54 39
Octal 67 115 356 115 104 0 7 351 124 71
Binary 110111 1001101 11101110 1001101 1000100 0 111 11101001 1010100 111001

Color Harmonies of #374DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DEE

Black with #374DEE

Text Example


Text Example

White with #374DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,77,238); }

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

background-color css

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

 a { background-color: rgb(55,77,238); }

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

border-color css

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

 span { border-color: rgb(55,77,238); }

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