Html Css Color HEX #385DFE Neon Blue

📋 copy color: '#385DFE'

red 56 ◦ green 93 ◦ blue 254

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

Shades of Neon Blue #385DFE

Tints of Neon Blue #385DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.08%

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 13.9%
G = 23.08%
B = 63.03%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#385DFE (or 0x385DFE) is known color: Neon Blue. HEX triplet: 38, 5D and FE. RGB value is (56,93,254). Sum of RGB (Red+Green+Blue) = 56+93+254=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #385DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385DFE is #C7A201. Grayscale: #636363. Windows color (decimal): -13083138 or 16670008. OLE color: 16670008.

HSL color Cylindrical-coordinate representation of color #385DFE: hue angle of 228.79º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #385DFE is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 93 254 -
CMYK 0.78 0.63 0 0.00
HSL 228.79º 0.99% 0.61% -
HSV(B) 228.79º 0.78% 1% -
XYZ 23.43 15.83 95.59 -
YUV 100.29 214.74 96.41 -
System Red Green Blue C M Y K H S L
Decimal 56 93 254 0.78 0.63 0 0.00 228.79 0.99 0.61
Hex 38 5D FE 4E 3F 0 0 E5 63 3D
Octal 70 135 376 116 77 0 0 345 143 75
Binary 111000 1011101 11111110 1001110 111111 0 0 11100101 1100011 111101

Color Harmonies of #385DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DFE

Black with #385DFE

Text Example


Text Example

White with #385DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,93,254); }

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

background-color css

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

 a { background-color: rgb(56,93,254); }

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

border-color css

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

 span { border-color: rgb(56,93,254); }

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