Html Css Color HEX #374FFE Neon Blue

📋 copy color: '#374FFE'

red 55 ◦ green 79 ◦ blue 254

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

Shades of Neon Blue #374FFE

Tints of Neon Blue #374FFE

RGB

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

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

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

R = 14.18%
G = 20.36%
B = 65.46%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#374FFE (or 0x374FFE) is known color: Neon Blue. HEX triplet: 37, 4F and FE. RGB value is (55,79,254). Sum of RGB (Red+Green+Blue) = 55+79+254=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #374FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374FFE is #C8B001. Grayscale: #5B5B5B. Windows color (decimal): -13152258 or 16666423. OLE color: 16666423.

HSL color Cylindrical-coordinate representation of color #374FFE: hue angle of 232.76º 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 #374FFE is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 55 79 254 -
CMYK 0.78 0.69 0 0.00
HSL 232.76º 0.99% 0.61% -
HSV(B) 232.76º 0.78% 1% -
XYZ 22.26 13.56 95.21 -
YUV 91.77 219.55 101.77 -
System Red Green Blue C M Y K H S L
Decimal 55 79 254 0.78 0.69 0 0.00 232.76 0.99 0.61
Hex 37 4F FE 4E 45 0 0 E9 63 3D
Octal 67 117 376 116 105 0 0 351 143 75
Binary 110111 1001111 11111110 1001110 1000101 0 0 11101001 1100011 111101

Color Harmonies of #374FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FFE

Black with #374FFE

Text Example


Text Example

White with #374FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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