Html Css Color HEX #385BFA Neon Blue

📋 copy color: '#385BFA'

red 56 ◦ green 91 ◦ blue 250

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

Shades of Neon Blue #385BFA

Tints of Neon Blue #385BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.92%

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 14.11%
G = 22.92%
B = 62.97%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#385BFA (or 0x385BFA) is known color: Neon Blue. HEX triplet: 38, 5B and FA. RGB value is (56,91,250). Sum of RGB (Red+Green+Blue) = 56+91+250=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #385BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385BFA is #C7A405. Grayscale: #616161. Windows color (decimal): -13083654 or 16407352. OLE color: 16407352.

HSL color Cylindrical-coordinate representation of color #385BFA: hue angle of 229.18º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #385BFA is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 91 250 -
CMYK 0.78 0.64 0 0.02
HSL 229.18º 0.95% 0.6% -
HSV(B) 229.18º 0.78% 0.98% -
XYZ 22.63 15.23 92.19 -
YUV 98.66 213.4 97.57 -
System Red Green Blue C M Y K H S L
Decimal 56 91 250 0.78 0.64 0 0.02 229.18 0.95 0.6
Hex 38 5B FA 4E 40 0 2 E5 5F 3C
Octal 70 133 372 116 100 0 2 345 137 74
Binary 111000 1011011 11111010 1001110 1000000 0 10 11100101 1011111 111100

Color Harmonies of #385BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BFA

Black with #385BFA

Text Example


Text Example

White with #385BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,250); }

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

background-color css

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

 a { background-color: rgb(56,91,250); }

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

border-color css

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

 span { border-color: rgb(56,91,250); }

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