Html Css Color HEX #385AFB Neon Blue

📋 copy color: '#385AFB'

red 56 ◦ green 90 ◦ blue 251

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

Shades of Neon Blue #385AFB

Tints of Neon Blue #385AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 251 (98.44% from 255) = 63.22%

R = 14.11%
G = 22.67%
B = 63.22%

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

#385AFB (or 0x385AFB) is known color: Neon Blue. HEX triplet: 38, 5A and FB. RGB value is (56,90,251). Sum of RGB (Red+Green+Blue) = 56+90+251=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #385AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385AFB is #C7A504. Grayscale: #616161. Windows color (decimal): -13083909 or 16472632. OLE color: 16472632.

HSL color Cylindrical-coordinate representation of color #385AFB: hue angle of 229.54º degrees, saturation: 0.96, 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 #385AFB is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 90 251 -
CMYK 0.78 0.64 0 0.02
HSL 229.54º 0.96% 0.6% -
HSV(B) 229.54º 0.78% 0.98% -
XYZ 22.7 15.12 92.99 -
YUV 98.19 214.24 97.91 -
System Red Green Blue C M Y K H S L
Decimal 56 90 251 0.78 0.64 0 0.02 229.54 0.96 0.6
Hex 38 5A FB 4E 40 0 2 E6 60 3C
Octal 70 132 373 116 100 0 2 346 140 74
Binary 111000 1011010 11111011 1001110 1000000 0 10 11100110 1100000 111100

Color Harmonies of #385AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AFB

Black with #385AFB

Text Example


Text Example

White with #385AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,90,251); }

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

background-color css

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

 a { background-color: rgb(56,90,251); }

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

border-color css

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

 span { border-color: rgb(56,90,251); }

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