Html Css Color HEX #374AFE Neon Blue

📋 copy color: '#374AFE'

red 55 ◦ green 74 ◦ blue 254

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

Shades of Neon Blue #374AFE

Tints of Neon Blue #374AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

 BLUE value IS 254 (99.61% from 255) = 66.32%

R = 14.36%
G = 19.32%
B = 66.32%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#374AFE (or 0x374AFE) is known color: Neon Blue. HEX triplet: 37, 4A and FE. RGB value is (55,74,254). Sum of RGB (Red+Green+Blue) = 55+74+254=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #374AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374AFE is #C8B501. Grayscale: #585858. Windows color (decimal): -13153538 or 16665143. OLE color: 16665143.

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

Color convert

RGB 55 74 254 -
CMYK 0.78 0.71 0 0.00
HSL 234.27º 0.99% 0.61% -
HSV(B) 234.27º 0.78% 1% -
XYZ 21.91 12.87 95.09 -
YUV 88.84 221.21 103.86 -
System Red Green Blue C M Y K H S L
Decimal 55 74 254 0.78 0.71 0 0.00 234.27 0.99 0.61
Hex 37 4A FE 4E 47 0 0 EA 63 3D
Octal 67 112 376 116 107 0 0 352 143 75
Binary 110111 1001010 11111110 1001110 1000111 0 0 11101010 1100011 111101

Color Harmonies of #374AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374AFE

Black with #374AFE

Text Example


Text Example

White with #374AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,74,254); }

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

background-color css

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

 a { background-color: rgb(55,74,254); }

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

border-color css

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

 span { border-color: rgb(55,74,254); }

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