Html Css Color HEX #374EFC Neon Blue

📋 copy color: '#374EFC'

red 55 ◦ green 78 ◦ blue 252

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

Shades of Neon Blue #374EFC

Tints of Neon Blue #374EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.26%

 BLUE value IS 252 (98.83% from 255) = 65.45%

R = 14.29%
G = 20.26%
B = 65.45%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#374EFC (or 0x374EFC) is known color: Neon Blue. HEX triplet: 37, 4E and FC. RGB value is (55,78,252). Sum of RGB (Red+Green+Blue) = 55+78+252=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #374EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374EFC is #C8B103. Grayscale: #5A5A5A. Windows color (decimal): -13152516 or 16535095. OLE color: 16535095.

HSL color Cylindrical-coordinate representation of color #374EFC: hue angle of 232.99º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #374EFC is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 78 252 -
CMYK 0.78 0.69 0 0.01
HSL 232.99º 0.97% 0.6% -
HSV(B) 232.99º 0.78% 0.99% -
XYZ 21.87 13.29 93.51 -
YUV 90.96 218.88 102.35 -
System Red Green Blue C M Y K H S L
Decimal 55 78 252 0.78 0.69 0 0.01 232.99 0.97 0.6
Hex 37 4E FC 4E 45 0 1 E9 61 3C
Octal 67 116 374 116 105 0 1 351 141 74
Binary 110111 1001110 11111100 1001110 1000101 0 1 11101001 1100001 111100

Color Harmonies of #374EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374EFC

Black with #374EFC

Text Example


Text Example

White with #374EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,78,252); }

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

background-color css

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

 a { background-color: rgb(55,78,252); }

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

border-color css

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

 span { border-color: rgb(55,78,252); }

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