Html Css Color HEX #374FEF Neon Blue

📋 copy color: '#374FEF'

red 55 ◦ green 79 ◦ blue 239

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

Shades of Neon Blue #374FEF

Tints of Neon Blue #374FEF

RGB

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

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

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

R = 14.75%
G = 21.18%
B = 64.08%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#374FEF (or 0x374FEF) is known color: Neon Blue. HEX triplet: 37, 4F and EF. RGB value is (55,79,239). Sum of RGB (Red+Green+Blue) = 55+79+239=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #374FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374FEF is #C8B010. Grayscale: #595959. Windows color (decimal): -13152273 or 15683383. OLE color: 15683383.

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

Color convert

RGB 55 79 239 -
CMYK 0.77 0.67 0 0.06
HSL 232.17º 0.85% 0.58% -
HSV(B) 232.17º 0.77% 0.94% -
XYZ 19.95 12.64 83.05 -
YUV 90.06 212.05 102.99 -
System Red Green Blue C M Y K H S L
Decimal 55 79 239 0.77 0.67 0 0.06 232.17 0.85 0.58
Hex 37 4F EF 4D 43 0 6 E8 55 3A
Octal 67 117 357 115 103 0 6 350 125 72
Binary 110111 1001111 11101111 1001101 1000011 0 110 11101000 1010101 111010

Color Harmonies of #374FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FEF

Black with #374FEF

Text Example


Text Example

White with #374FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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