Html Css Color HEX #3855F7 Neon Blue

📋 copy color: '#3855F7'

red 56 ◦ green 85 ◦ blue 247

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

Shades of Neon Blue #3855F7

Tints of Neon Blue #3855F7

RGB

 RED value IS 56 (22.27% from 255) = 14.43%

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

 BLUE value IS 247 (96.88% from 255) = 63.66%

R = 14.43%
G = 21.91%
B = 63.66%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3855F7 (or 0x3855F7) is known color: Neon Blue. HEX triplet: 38, 55 and F7. RGB value is (56,85,247). Sum of RGB (Red+Green+Blue) = 56+85+247=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 247 (96.88% from 255 or 63.66% from 388); Max value from RGB is 247 - color contains mainly: blue. Hex color #3855F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3855F7 is #C7AA08. Grayscale: #5E5E5E. Windows color (decimal): -13085193 or 16209208. OLE color: 16209208.

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

Color convert

RGB 56 85 247 -
CMYK 0.77 0.66 0 0.03
HSL 230.89º 0.92% 0.59% -
HSV(B) 230.89º 0.77% 0.97% -
XYZ 21.67 14.05 89.57 -
YUV 94.8 213.89 100.33 -
System Red Green Blue C M Y K H S L
Decimal 56 85 247 0.77 0.66 0 0.03 230.89 0.92 0.59
Hex 38 55 F7 4D 42 0 3 E7 5C 3B
Octal 70 125 367 115 102 0 3 347 134 73
Binary 111000 1010101 11110111 1001101 1000010 0 11 11100111 1011100 111011

Color Harmonies of #3855F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3855F7

Black with #3855F7

Text Example


Text Example

White with #3855F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3855F7; }

 p { color: rgb(56,85,247); }

 H1.HeaderClassName
 {
   color: #3855F7;
 }
 .AnyTagClassName
 {
   color: #3855F7;
 }
</style>

background-color css

<style>
 a { background-color: #3855F7; }

 a { background-color: rgb(56,85,247); }

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

border-color css

<style>
 span { border-color: #3855F7; }

 span { border-color: rgb(56,85,247); }

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