Html Css Color HEX #3755FF Neon Blue

📋 copy color: '#3755FF'

red 55 ◦ green 85 ◦ blue 255

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

Shades of Neon Blue #3755FF

Tints of Neon Blue #3755FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.52%

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

R = 13.92%
G = 21.52%
B = 64.56%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3755FF (or 0x3755FF) is known color: Neon Blue. HEX triplet: 37, 55 and FF. RGB value is (55,85,255). Sum of RGB (Red+Green+Blue) = 55+85+255=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #3755FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3755FF is #C8AA00. Grayscale: #5E5E5E. Windows color (decimal): -13150721 or 16733495. OLE color: 16733495.

HSL color Cylindrical-coordinate representation of color #3755FF: hue angle of 231º 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 #3755FF is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 85 255 -
CMYK 0.78 0.67 0 0
HSL 231º 1% 0.61% -
HSV(B) 231º 0.78% 1% -
XYZ 22.87 14.53 96.21 -
YUV 95.41 218.06 99.18 -
System Red Green Blue C M Y K H S L
Decimal 55 85 255 0.78 0.67 0 0 231 1 0.61
Hex 37 55 FF 4E 43 0 0 E7 64 3D
Octal 67 125 377 116 103 0 0 347 144 75
Binary 110111 1010101 11111111 1001110 1000011 0 0 11100111 1100100 111101

Color Harmonies of #3755FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3755FF

Black with #3755FF

Text Example


Text Example

White with #3755FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3755FF; }

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

 H1.HeaderClassName
 {
   color: #3755FF;
 }
 .AnyTagClassName
 {
   color: #3755FF;
 }
</style>

background-color css

<style>
 a { background-color: #3755FF; }

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

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

border-color css

<style>
 span { border-color: #3755FF; }

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

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