Html Css Color HEX #374DFF Neon Blue

📋 copy color: '#374DFF'

red 55 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #374DFF

Tints of Neon Blue #374DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.89%

R = 14.21%
G = 19.9%
B = 65.89%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#374DFF (or 0x374DFF) is known color: Neon Blue. HEX triplet: 37, 4D and FF. RGB value is (55,77,255). Sum of RGB (Red+Green+Blue) = 55+77+255=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #374DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374DFF is #C8B200. Grayscale: #595959. Windows color (decimal): -13152769 or 16731447. OLE color: 16731447.

HSL color Cylindrical-coordinate representation of color #374DFF: hue angle of 233.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #374DFF is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 77 255 -
CMYK 0.78 0.70 0 0
HSL 233.4º 1% 0.61% -
HSV(B) 233.4º 0.78% 1% -
XYZ 22.28 13.34 96.01 -
YUV 90.71 220.71 102.53 -
System Red Green Blue C M Y K H S L
Decimal 55 77 255 0.78 0.70 0 0 233.4 1 0.61
Hex 37 4D FF 4E 46 0 0 E9 64 3D
Octal 67 115 377 116 106 0 0 351 144 75
Binary 110111 1001101 11111111 1001110 1000110 0 0 11101001 1100100 111101

Color Harmonies of #374DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DFF

Black with #374DFF

Text Example


Text Example

White with #374DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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