Html Css Color HEX #3754F8 Neon Blue

📋 copy color: '#3754F8'

red 55 ◦ green 84 ◦ blue 248

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

Shades of Neon Blue #3754F8

Tints of Neon Blue #3754F8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

 BLUE value IS 248 (97.27% from 255) = 64.08%

R = 14.21%
G = 21.71%
B = 64.08%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3754F8 (or 0x3754F8) is known color: Neon Blue. HEX triplet: 37, 54 and F8. RGB value is (55,84,248). Sum of RGB (Red+Green+Blue) = 55+84+248=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 248 (97.27% from 255 or 64.08% from 387); Max value from RGB is 248 - color contains mainly: blue. Hex color #3754F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3754F8 is #C8AB07. Grayscale: #5D5D5D. Windows color (decimal): -13150984 or 16274487. OLE color: 16274487.

HSL color Cylindrical-coordinate representation of color #3754F8: hue angle of 230.98º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3754F8 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 55 84 248 -
CMYK 0.78 0.66 0 0.03
HSL 230.98º 0.93% 0.59% -
HSV(B) 230.98º 0.78% 0.97% -
XYZ 21.69 13.93 90.35 -
YUV 94.03 214.89 100.16 -
System Red Green Blue C M Y K H S L
Decimal 55 84 248 0.78 0.66 0 0.03 230.98 0.93 0.59
Hex 37 54 F8 4E 42 0 3 E7 5D 3B
Octal 67 124 370 116 102 0 3 347 135 73
Binary 110111 1010100 11111000 1001110 1000010 0 11 11100111 1011101 111011

Color Harmonies of #3754F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3754F8

Black with #3754F8

Text Example


Text Example

White with #3754F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3754F8; }

 p { color: rgb(55,84,248); }

 H1.HeaderClassName
 {
   color: #3754F8;
 }
 .AnyTagClassName
 {
   color: #3754F8;
 }
</style>

background-color css

<style>
 a { background-color: #3754F8; }

 a { background-color: rgb(55,84,248); }

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

border-color css

<style>
 span { border-color: #3754F8; }

 span { border-color: rgb(55,84,248); }

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