Html Css Color HEX #385AFE Neon Blue

📋 copy color: '#385AFE'

red 56 ◦ green 90 ◦ blue 254

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

Shades of Neon Blue #385AFE

Tints of Neon Blue #385AFE

RGB

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

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

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

R = 14%
G = 22.5%
B = 63.5%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#385AFE (or 0x385AFE) is known color: Neon Blue. HEX triplet: 38, 5A and FE. RGB value is (56,90,254). Sum of RGB (Red+Green+Blue) = 56+90+254=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #385AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385AFE is #C7A501. Grayscale: #616161. Windows color (decimal): -13083906 or 16669240. OLE color: 16669240.

HSL color Cylindrical-coordinate representation of color #385AFE: hue angle of 229.7º 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 #385AFE is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 90 254 -
CMYK 0.78 0.65 0 0.00
HSL 229.7º 0.99% 0.61% -
HSV(B) 229.7º 0.78% 1% -
XYZ 23.18 15.31 95.5 -
YUV 98.53 215.74 97.66 -
System Red Green Blue C M Y K H S L
Decimal 56 90 254 0.78 0.65 0 0.00 229.7 0.99 0.61
Hex 38 5A FE 4E 41 0 0 E6 63 3D
Octal 70 132 376 116 101 0 0 346 143 75
Binary 111000 1011010 11111110 1001110 1000001 0 0 11100110 1100011 111101

Color Harmonies of #385AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AFE

Black with #385AFE

Text Example


Text Example

White with #385AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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