Html Css Color HEX #385EFF Neon Blue

📋 copy color: '#385EFF'

red 56 ◦ green 94 ◦ blue 255

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

Shades of Neon Blue #385EFF

Tints of Neon Blue #385EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.21%

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

R = 13.83%
G = 23.21%
B = 62.96%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#385EFF (or 0x385EFF) is known color: Neon Blue. HEX triplet: 38, 5E and FF. RGB value is (56,94,255). Sum of RGB (Red+Green+Blue) = 56+94+255=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #385EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385EFF is #C7A100. Grayscale: #646464. Windows color (decimal): -13082881 or 16735800. OLE color: 16735800.

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

Color convert

RGB 56 94 255 -
CMYK 0.78 0.63 0 0
HSL 228.54º 1% 0.61% -
HSV(B) 228.54º 0.78% 1% -
XYZ 23.68 16.07 96.46 -
YUV 100.99 214.91 95.91 -
System Red Green Blue C M Y K H S L
Decimal 56 94 255 0.78 0.63 0 0 228.54 1 0.61
Hex 38 5E FF 4E 3F 0 0 E5 64 3D
Octal 70 136 377 116 77 0 0 345 144 75
Binary 111000 1011110 11111111 1001110 111111 0 0 11100101 1100100 111101

Color Harmonies of #385EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385EFF

Black with #385EFF

Text Example


Text Example

White with #385EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385EFF; }

 p { color: rgb(56,94,255); }

 H1.HeaderClassName
 {
   color: #385EFF;
 }
 .AnyTagClassName
 {
   color: #385EFF;
 }
</style>

background-color css

<style>
 a { background-color: #385EFF; }

 a { background-color: rgb(56,94,255); }

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

border-color css

<style>
 span { border-color: #385EFF; }

 span { border-color: rgb(56,94,255); }

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