Html Css Color HEX #385DFC Neon Blue

📋 copy color: '#385DFC'

red 56 ◦ green 93 ◦ blue 252

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

Shades of Neon Blue #385DFC

Tints of Neon Blue #385DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.84%

R = 13.97%
G = 23.19%
B = 62.84%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#385DFC (or 0x385DFC) is known color: Neon Blue. HEX triplet: 38, 5D and FC. RGB value is (56,93,252). Sum of RGB (Red+Green+Blue) = 56+93+252=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #385DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385DFC is #C7A203. Grayscale: #636363. Windows color (decimal): -13083140 or 16538936. OLE color: 16538936.

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

Color convert

RGB 56 93 252 -
CMYK 0.78 0.63 0 0.01
HSL 228.67º 0.97% 0.6% -
HSV(B) 228.67º 0.78% 0.99% -
XYZ 23.12 15.7 93.91 -
YUV 100.06 213.74 96.57 -
System Red Green Blue C M Y K H S L
Decimal 56 93 252 0.78 0.63 0 0.01 228.67 0.97 0.6
Hex 38 5D FC 4E 3F 0 1 E5 61 3C
Octal 70 135 374 116 77 0 1 345 141 74
Binary 111000 1011101 11111100 1001110 111111 0 1 11100101 1100001 111100

Color Harmonies of #385DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DFC

Black with #385DFC

Text Example


Text Example

White with #385DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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