Html Css Color HEX #385CFD Neon Blue

📋 copy color: '#385CFD'

red 56 ◦ green 92 ◦ blue 253

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

Shades of Neon Blue #385CFD

Tints of Neon Blue #385CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.94%

 BLUE value IS 253 (99.22% from 255) = 63.09%

R = 13.97%
G = 22.94%
B = 63.09%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#385CFD (or 0x385CFD) is known color: Neon Blue. HEX triplet: 38, 5C and FD. RGB value is (56,92,253). Sum of RGB (Red+Green+Blue) = 56+92+253=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #385CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385CFD is #C7A302. Grayscale: #626262. Windows color (decimal): -13083395 or 16604216. OLE color: 16604216.

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

Color convert

RGB 56 92 253 -
CMYK 0.78 0.64 0 0.01
HSL 229.04º 0.98% 0.61% -
HSV(B) 229.04º 0.78% 0.99% -
XYZ 23.19 15.59 94.71 -
YUV 99.59 214.57 96.91 -
System Red Green Blue C M Y K H S L
Decimal 56 92 253 0.78 0.64 0 0.01 229.04 0.98 0.61
Hex 38 5C FD 4E 40 0 1 E5 62 3D
Octal 70 134 375 116 100 0 1 345 142 75
Binary 111000 1011100 11111101 1001110 1000000 0 1 11100101 1100010 111101

Color Harmonies of #385CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CFD

Black with #385CFD

Text Example


Text Example

White with #385CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,92,253); }

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

background-color css

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

 a { background-color: rgb(56,92,253); }

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

border-color css

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

 span { border-color: rgb(56,92,253); }

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