Html Css Color HEX #374AFC Neon Blue

📋 copy color: '#374AFC'

red 55 ◦ green 74 ◦ blue 252

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

Shades of Neon Blue #374AFC

Tints of Neon Blue #374AFC

RGB

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

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

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

R = 14.44%
G = 19.42%
B = 66.14%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#374AFC (or 0x374AFC) is known color: Neon Blue. HEX triplet: 37, 4A and FC. RGB value is (55,74,252). Sum of RGB (Red+Green+Blue) = 55+74+252=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #374AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374AFC is #C8B503. Grayscale: #575757. Windows color (decimal): -13153540 or 16534071. OLE color: 16534071.

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

Color convert

RGB 55 74 252 -
CMYK 0.78 0.71 0 0.01
HSL 234.21º 0.97% 0.6% -
HSV(B) 234.21º 0.78% 0.99% -
XYZ 21.6 12.74 93.42 -
YUV 88.61 220.21 104.03 -
System Red Green Blue C M Y K H S L
Decimal 55 74 252 0.78 0.71 0 0.01 234.21 0.97 0.6
Hex 37 4A FC 4E 47 0 1 EA 61 3C
Octal 67 112 374 116 107 0 1 352 141 74
Binary 110111 1001010 11111100 1001110 1000111 0 1 11101010 1100001 111100

Color Harmonies of #374AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374AFC

Black with #374AFC

Text Example


Text Example

White with #374AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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